diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 02:34:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 02:34:36 +0000 |
commit | 090229c5aaca96e799ee10d1f65db08134d8470c (patch) | |
tree | 81a6bc29f8a210beb22cd02bc0ee597fe8ce8f07 | |
parent | 065d91f21d5c34945409bd5a0fd92cb62967c8e5 (diff) |
INTEGRATION: CWS warnings01 (1.4.50); FILE MERGED
2006/03/24 15:36:32 fs 1.4.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
-rw-r--r-- | dbaccess/source/ui/uno/ColumnControl.cxx | 7 | ||||
-rw-r--r-- | dbaccess/source/ui/uno/ColumnModel.hxx | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/dbaccess/source/ui/uno/ColumnControl.cxx b/dbaccess/source/ui/uno/ColumnControl.cxx index a7e895a4c..5887183ce 100644 --- a/dbaccess/source/ui/uno/ColumnControl.cxx +++ b/dbaccess/source/ui/uno/ColumnControl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ColumnControl.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:46:19 $ + * last change: $Author: hr $ $Date: 2006-06-20 03:34:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,7 +77,7 @@ IMPLEMENT_SERVICE_INFO2_STATIC(OColumnControl,SERVICE_CONTROLDEFAULT,"com.sun.st return ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sdb.ColumnDescriptorControl")); } // ----------------------------------------------------------------------------- -void SAL_CALL OColumnControl::createPeer(const Reference< XToolkit >& rToolkit, const Reference< XWindowPeer >& rParentPeer) throw( RuntimeException ) +void SAL_CALL OColumnControl::createPeer(const Reference< XToolkit >& /*rToolkit*/, const Reference< XWindowPeer >& rParentPeer) throw( RuntimeException ) { ::osl::ClearableMutexGuard aGuard( GetMutex() ); if ( !getPeer().is() ) @@ -97,7 +97,6 @@ void SAL_CALL OColumnControl::createPeer(const Reference< XToolkit >& rToolkit, setPeer( pPeer ); UnoControlComponentInfos aComponentInfos(maComponentInfos); - sal_Bool bDesignMode(mbDesignMode); Reference< XGraphics > xGraphics( mxGraphics ); Reference< XView > xV(getPeer(), UNO_QUERY); Reference< XWindow > xW(getPeer(), UNO_QUERY); diff --git a/dbaccess/source/ui/uno/ColumnModel.hxx b/dbaccess/source/ui/uno/ColumnModel.hxx index 8f595154b..8f4615f30 100644 --- a/dbaccess/source/ui/uno/ColumnModel.hxx +++ b/dbaccess/source/ui/uno/ColumnModel.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ColumnModel.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:47:08 $ + * last change: $Author: hr $ $Date: 2006-06-20 03:34:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -139,4 +139,4 @@ public: //......................................................................... } // namespace dbaui //......................................................................... -#endif // DBAUI_COLUMNMODEL_HXX
\ No newline at end of file +#endif // DBAUI_COLUMNMODEL_HXX |