summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:28:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:28:06 +0000
commitaccb74a6b36a71c33b04e89882a242e6bf3b4be8 (patch)
tree59a511fa402f676f828da41d8114fd070c1e9714 /svtools
parent2f9dba32e733b4a5a63358441295c154b17f428e (diff)
INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED
2005/11/15 19:56:06 pl 1.3.62.1: #i55991# removed warnings
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/uno/generictoolboxcontroller.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/uno/generictoolboxcontroller.cxx b/svtools/source/uno/generictoolboxcontroller.cxx
index d6a18343fed6..b6081f7a9063 100644
--- a/svtools/source/uno/generictoolboxcontroller.cxx
+++ b/svtools/source/uno/generictoolboxcontroller.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: generictoolboxcontroller.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:53:38 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:28:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -126,7 +126,7 @@ throw ( RuntimeException )
m_nID = 0;
}
-void SAL_CALL GenericToolboxController::execute( sal_Int16 KeyModifier )
+void SAL_CALL GenericToolboxController::execute( sal_Int16 /*KeyModifier*/ )
throw ( RuntimeException )
{
Reference< XDispatch > xDispatch;
@@ -216,7 +216,7 @@ throw ( RuntimeException )
}
}
-IMPL_STATIC_LINK( GenericToolboxController, ExecuteHdl_Impl, ExecuteInfo*, pExecuteInfo )
+IMPL_STATIC_LINK_NOINSTANCE( GenericToolboxController, ExecuteHdl_Impl, ExecuteInfo*, pExecuteInfo )
{
try
{