summaryrefslogtreecommitdiff
path: root/ucb/source/sorter
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:18:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:18:09 +0000
commitde1f49a845986306b441ca31f60a97631a4b9269 (patch)
tree9519694000a53dbe49d4532a3ad520d8e675778b /ucb/source/sorter
parent272c92367debf9789ab97e80b076692f475523ce (diff)
INTEGRATION: CWS warnings01 (1.8.10); FILE MERGED
2005/11/09 21:01:43 sb 1.8.10.1: #i53898# Made code warning-free.
Diffstat (limited to 'ucb/source/sorter')
-rw-r--r--ucb/source/sorter/sortdynres.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/sorter/sortdynres.cxx b/ucb/source/sorter/sortdynres.cxx
index a105c86a77a4..e0c8dd5c63d7 100644
--- a/ucb/source/sorter/sortdynres.cxx
+++ b/ucb/source/sorter/sortdynres.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sortdynres.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:20:02 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:18:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -457,7 +457,7 @@ SortedDynamicResultSet::impl_notify( const ListEvent& Changes )
// XEventListener
//-----------------------------------------------------------------
void SAL_CALL
-SortedDynamicResultSet::impl_disposing( const EventObject& Source )
+SortedDynamicResultSet::impl_disposing( const EventObject& )
throw( RuntimeException )
{
mxListener.clear();