summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-25 09:46:13 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-05 16:23:09 +0100
commit2da946d4789716aa5480eae3ce8ccde99dd1af25 (patch)
tree857f30c40b6ef21d256837262ee10e41212238f7 /extensions/source
parent5bb5ddf9336ae2ee5a17598716e1c86196c1403a (diff)
-Werror,-Wuninitialized
(in PropertyComposer ctor: base class 'comphelper::OBaseMutex' is uninitialized when used here to access 'comphelper::OBaseMutex::m_aMutex') Change-Id: I41ede9ab34e89c8dde23ce2e4fd6393b05c979c6 (cherry picked from commit da9fd02a4d1a36cf9d22d5b36ba36240585284f6)
Diffstat (limited to 'extensions/source')
-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: