summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:19:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:19:12 +0000
commitb9737cf002c0976e1fdbb0349ad5333019251b3a (patch)
tree8ff9d5a71743d9df5d1de0df28550128c8c09b1f /svtools
parent1f99ead330192788085d04bb8360bc6408820ecf (diff)
INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED
2005/11/15 19:25:39 pl 1.3.62.1: #i55991# removed warnings
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/items1/whiter.cxx6
-rw-r--r--svtools/source/misc/cliplistener.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/svtools/source/items1/whiter.cxx b/svtools/source/items1/whiter.cxx
index 6d99266242ba..91fa6086817a 100644
--- a/svtools/source/items1/whiter.cxx
+++ b/svtools/source/items1/whiter.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: whiter.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:11:09 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:18:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,7 +40,7 @@
#include "whiter.hxx"
#include "itemset.hxx"
-DBG_NAME(SfxWhichIter);
+DBG_NAME(SfxWhichIter)
// -----------------------------------------------------------------------
diff --git a/svtools/source/misc/cliplistener.cxx b/svtools/source/misc/cliplistener.cxx
index adab771fe3a0..737b5b0aa790 100644
--- a/svtools/source/misc/cliplistener.cxx
+++ b/svtools/source/misc/cliplistener.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cliplistener.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:14:34 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:19:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,7 +55,7 @@ TransferableClipboardListener::~TransferableClipboardListener()
{
}
-void SAL_CALL TransferableClipboardListener::disposing( const lang::EventObject& rEventObject )
+void SAL_CALL TransferableClipboardListener::disposing( const lang::EventObject& )
throw(uno::RuntimeException)
{
}