From kde-commits Thu Nov 24 18:36:09 2005 From: David Faure Date: Thu, 24 Nov 2005 18:36:09 +0000 To: kde-commits Subject: koffice Message-Id: <1132857369.845387.15239.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113285738523412 SVN commit 483006 by dfaure: Copyright notice; unused var removed. M +19 -0 karbon/karbon_factory_init.cc M +19 -0 kspread/kspread_factory_init.cc M +19 -0 kword/KWFactoryInit.cpp M +0 -1 kword/KWFrame.cpp --- trunk/koffice/karbon/karbon_factory_init.cc #483005:483006 @@ -1,3 +1,22 @@ +/* This file is part of the KDE project + Copyright (C) 2005 The Karbon Developers + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. +*/ + #include "karbon_factory.h" K_EXPORT_COMPONENT_FACTORY( libkarbonpart, KarbonFactory() ) --- trunk/koffice/kspread/kspread_factory_init.cc #483005:483006 @@ -1,3 +1,22 @@ +/* This file is part of the KDE project + Copyright (C) 2005 David Faure + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. +*/ + #include "kspread_factory.h" K_EXPORT_COMPONENT_FACTORY( libkspreadpart, KSpread::Factory ) --- trunk/koffice/kword/KWFactoryInit.cpp #483005:483006 @@ -1,3 +1,22 @@ +/* This file is part of the KDE project + Copyright (C) 2005 David Faure + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. +*/ + #include "KWFactory.h" K_EXPORT_COMPONENT_FACTORY( libkwordpart, KWFactory ) --- trunk/koffice/kword/KWFrame.cpp #483005:483006 @@ -190,7 +190,6 @@ void KWFrame::setSelected( bool selected ) { //kdDebug(32001) << this << " KWFrame::setSelected " << selected << endl; - bool s = m_selected; m_selected = selected; }