summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/unocontrolcontainer.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:04:50 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:04:50 +0000
commit0c2b895d296fde87edabd742b7cb8d3f765d2fcd (patch)
tree26b7ae1e7b5634214f5873fa1ff719d4cd4a141c /toolkit/source/controls/unocontrolcontainer.cxx
parent7a921a38172551f6821f4eb2bd744b44576b1296 (diff)
INTEGRATION: CWS warnings01 (1.13.26); FILE MERGED
2005/11/14 10:36:08 pl 1.13.26.1: #i55991# removed warnings
Diffstat (limited to 'toolkit/source/controls/unocontrolcontainer.cxx')
-rw-r--r--toolkit/source/controls/unocontrolcontainer.cxx8
1 files changed, 4 insertions, 4 deletions
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();