summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/loadlisteneradapter.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:39:59 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:39:59 +0000
commitcce3d825e6699759817f47fa93861631acb5b97f (patch)
treea0957437ca3c52f01a891e7a9cfb197054ddfcb3 /extensions/source/bibliography/loadlisteneradapter.cxx
parentfffdfa1778bb37c6e0edea37aac5babda17bfe45 (diff)
INTEGRATION: CWS wae4extensions (1.4.192); FILE MERGED
2007/09/27 07:18:23 fs 1.4.192.1: #i81612# warning-free code
Diffstat (limited to 'extensions/source/bibliography/loadlisteneradapter.cxx')
-rw-r--r--extensions/source/bibliography/loadlisteneradapter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/bibliography/loadlisteneradapter.cxx b/extensions/source/bibliography/loadlisteneradapter.cxx
index c20cd08f54b4..fb711df16ada 100644
--- a/extensions/source/bibliography/loadlisteneradapter.cxx
+++ b/extensions/source/bibliography/loadlisteneradapter.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: loadlisteneradapter.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 12:56:43 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 14:39:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -70,7 +70,7 @@ namespace bib
}
//---------------------------------------------------------------------
- void OComponentListener::_disposing( const EventObject& _rSource ) throw( RuntimeException)
+ void OComponentListener::_disposing( const EventObject& /*_rSource*/ ) throw( RuntimeException)
{
// nothing to do here, overrride if you're interested in
}