summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/propmultiplex.hxx
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-21 13:05:25 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-21 13:05:25 +0000
commita9fe3d91a56430a67b6e4bc99f9ffddd91f337d7 (patch)
tree033c03fa34ab1e0a924f8bd13323cbcffc97fe92 /comphelper/inc/comphelper/propmultiplex.hxx
parent5e41074ebd0d0f2d8992667c597695e8ae659d68 (diff)
INTEGRATION: CWS ooo20040329 (1.4.166); FILE MERGED
2004/03/17 09:19:56 waratah 1.4.166.1: #i1858# alter the order of some definitions to fix some -Wall warnings
Diffstat (limited to 'comphelper/inc/comphelper/propmultiplex.hxx')
-rw-r--r--comphelper/inc/comphelper/propmultiplex.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/inc/comphelper/propmultiplex.hxx b/comphelper/inc/comphelper/propmultiplex.hxx
index 046a0d5196ae..d8a4e1c77057 100644
--- a/comphelper/inc/comphelper/propmultiplex.hxx
+++ b/comphelper/inc/comphelper/propmultiplex.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: propmultiplex.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2001-05-31 13:54:33 $
+ * last change: $Author: svesik $ $Date: 2004-04-21 14:05:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,7 +91,7 @@ namespace comphelper
public:
OPropertyChangeListener(::osl::Mutex& _rMutex)
- :m_rMutex(_rMutex) ,m_pAdapter(NULL) { }
+ : m_pAdapter(NULL), m_rMutex(_rMutex) { }
virtual ~OPropertyChangeListener();
virtual void _propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& _rEvent) throw( ::com::sun::star::uno::RuntimeException) = 0;