From 0c2b895d296fde87edabd742b7cb8d3f765d2fcd Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 22:04:50 +0000
Subject: INTEGRATION: CWS warnings01 (1.13.26); FILE MERGED 2005/11/14
10:36:08 pl 1.13.26.1: #i55991# removed warnings
---
toolkit/source/controls/unocontrolcontainer.cxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'toolkit')
diff --git a/toolkit/source/controls/unocontrolcontainer.cxx b/toolkit/source/controls/unocontrolcontainer.cxx
index 1a296257adc4..e92b46f61a41 100644
--- a/toolkit/source/controls/unocontrolcontainer.cxx
+++ b/toolkit/source/controls/unocontrolcontainer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unocontrolcontainer.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 13:20:15 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:04:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -75,7 +75,7 @@ public:
}
};
-DECLARE_LIST( UnoControlHolderList, UnoControlHolder* );
+DECLARE_LIST( UnoControlHolderList, UnoControlHolder* )
// ----------------------------------------------------
@@ -145,7 +145,7 @@ public:
};
-void SAL_CALL DialogStepChangedListener::disposing( const ::com::sun::star::lang::EventObject& _rSource)
+void SAL_CALL DialogStepChangedListener::disposing( const ::com::sun::star::lang::EventObject& )
throw( ::com::sun::star::uno::RuntimeException)
{
mxControlContainer.clear();
--
cgit