summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/toolbar.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:40:35 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:40:35 +0000
commitb6d367d712d1809dd1cd45e7b5bd3413d0294031 (patch)
tree7d7df03e0d86389bfe77f6001706d1925a9a0e85 /extensions/source/bibliography/toolbar.hxx
parentcd8ee5475230638835eb18269190828549b3bbc9 (diff)
INTEGRATION: CWS wae4extensions (1.10.268); FILE MERGED
2007/09/27 07:18:23 fs 1.10.268.1: #i81612# warning-free code
Diffstat (limited to 'extensions/source/bibliography/toolbar.hxx')
-rw-r--r--extensions/source/bibliography/toolbar.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/bibliography/toolbar.hxx b/extensions/source/bibliography/toolbar.hxx
index 2f08fdfc1f3d..5c2a83087ce1 100644
--- a/extensions/source/bibliography/toolbar.hxx
+++ b/extensions/source/bibliography/toolbar.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: toolbar.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: kz $ $Date: 2006-04-27 09:51:38 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 14:40:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -99,7 +99,7 @@ public:
// ::com::sun::star::lang::XEventListener
// we do not hold References to dispatches, so there is nothing to do on disposal
- virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source)
+ virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& /*Source*/)
throw( ::com::sun::star::uno::RuntimeException ){};
// ::com::sun::star::frame::XStatusListener
@@ -146,7 +146,7 @@ public:
typedef ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener>* BibToolBarListenerPtr;
-SV_DECL_PTRARR_DEL( BibToolBarListenerArr, BibToolBarListenerPtr, 4, 4 );
+SV_DECL_PTRARR_DEL( BibToolBarListenerArr, BibToolBarListenerPtr, 4, 4 )
class BibToolBar: public ToolBox
{