summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-25 09:46:13 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-25 09:46:13 +0100
commitda9fd02a4d1a36cf9d22d5b36ba36240585284f6 (patch)
tree877880cfea94c0e360174f9820ed12f518cd480c /extensions
parent5d602146785669063af11a96c6f716c22e0208ee (diff)
-Werror,-Wuninitialized
(in PropertyComposer ctor: base class 'comphelper::OBaseMutex' is uninitialized when used here to access 'comphelper::OBaseMutex::m_aMutex') Change-Id: I41ede9ab34e89c8dde23ce2e4fd6393b05c979c6
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/propertycomposer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/propertycomposer.hxx b/extensions/source/propctrlr/propertycomposer.hxx
index 4c7169696866..159d4378efbf 100644
--- a/extensions/source/propctrlr/propertycomposer.hxx
+++ b/extensions/source/propctrlr/propertycomposer.hxx
@@ -50,8 +50,8 @@ namespace pcr
/** implements an <type>XPropertyHandler</type> which composes it's information
from a set of other property handlers
*/
- class PropertyComposer :public PropertyComposer_Base
- ,public ::comphelper::OBaseMutex
+ class PropertyComposer :public ::comphelper::OBaseMutex
+ ,public PropertyComposer_Base
,public IPropertyExistenceCheck
{
public: