diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:52:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:52:48 +0000 |
commit | 8f6cf063d14b697cad78f06659c5a3bc587533c8 (patch) | |
tree | 4f4ec9974c52402b1e4e1c98ec8350a30ad53464 /comphelper | |
parent | 8467c018530ba874030c38caaeda147a4b447fac (diff) |
INTEGRATION: CWS warnings01 (1.7.80); FILE MERGED
2005/09/23 03:24:09 sb 1.7.80.2: RESYNC: (1.7-1.8); FILE MERGED
2005/09/08 13:16:55 sb 1.7.80.1: #i53898# Made code warning-free.
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/property/propmultiplex.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/source/property/propmultiplex.cxx b/comphelper/source/property/propmultiplex.cxx index 9deb0240bc2b..e24e1cd5ef22 100644 --- a/comphelper/source/property/propmultiplex.cxx +++ b/comphelper/source/property/propmultiplex.cxx @@ -4,9 +4,9 @@ * * $RCSfile: propmultiplex.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:59:20 $ + * last change: $Author: hr $ $Date: 2006-06-19 22:52:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,7 +61,7 @@ OPropertyChangeListener::~OPropertyChangeListener() } //------------------------------------------------------------------ -void OPropertyChangeListener::_disposing(const EventObject& _rSource) throw( RuntimeException) +void OPropertyChangeListener::_disposing(const EventObject&) throw( RuntimeException) { // nothing to do here } |