summaryrefslogtreecommitdiff
path: root/cppuhelper/test/testcontainer.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-01 16:19:17 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-01 16:19:17 +0000
commit1728a370a416bd87727cd9c7435e51f9fe5acd07 (patch)
treecd69ab4f173b1f1763db6e8e396b081e331b40dd /cppuhelper/test/testcontainer.cxx
parent60c7497d1e5aea00c9b3dcd1d410349f0c57932f (diff)
INTEGRATION: CWS bunoidmap (1.3.20); FILE MERGED
2006/11/09 14:31:19 kr 1.3.20.1: fixed: i71156 - cppuhelper/test does not build and work
Diffstat (limited to 'cppuhelper/test/testcontainer.cxx')
-rw-r--r--cppuhelper/test/testcontainer.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppuhelper/test/testcontainer.cxx b/cppuhelper/test/testcontainer.cxx
index 7e0128a18dc2..f56e5d1c75c4 100644
--- a/cppuhelper/test/testcontainer.cxx
+++ b/cppuhelper/test/testcontainer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: testcontainer.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 12:44:03 $
+ * last change: $Author: rt $ $Date: 2006-12-01 17:19:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,12 +52,12 @@ using namespace ::com::sun::star::uno;
class TestListener : public WeakImplHelper1< XVetoableChangeListener >
{
// Methods
- virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& /*Source*/ ) throw(::com::sun::star::uno::RuntimeException)
{
}
- virtual void SAL_CALL vetoableChange( const ::com::sun::star::beans::PropertyChangeEvent& aEvent )
+ virtual void SAL_CALL vetoableChange( const ::com::sun::star::beans::PropertyChangeEvent& /*aEvent*/ )
throw(::com::sun::star::beans::PropertyVetoException, ::com::sun::star::uno::RuntimeException)
{