Index: extensions/source/propctrlr/propertyhandler.hxx =================================================================== RCS file: /home/cvsroot/OOo/extensions/source/propctrlr/propertyhandler.hxx,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 propertyhandler.hxx --- extensions/source/propctrlr/propertyhandler.hxx 17 Apr 2007 15:27:11 -0000 1.1.1.1 +++ extensions/source/propctrlr/propertyhandler.hxx 16 May 2007 20:22:49 -0000 @@ -132,6 +132,8 @@ */ class PropertyHandler : public PropertyHandler_Base { + protected: + mutable ::osl::Mutex m_aMutex; private: /// cache for getSupportedProperties mutable StlSyntaxSequence< ::com::sun::star::beans::Property > @@ -146,7 +148,6 @@ PropertyChangeListeners m_aPropertyListeners; protected: - mutable ::osl::Mutex m_aMutex; /// the context in which the instance was created ComponentContext m_aContext; /// the component we're inspecting