diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-18 14:30:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-18 15:27:06 +0100 |
commit | 3b45c88a404683bbad8dfbbbadffa2494b8476c0 (patch) | |
tree | 063f89a039e1376664f806c5cae8477feef3fb6a /framework/inc | |
parent | 5e5c6656c9d99e13f7877a0e30f8fee29981e53c (diff) |
Use SolarMutexGuard directly
Change-Id: I5408403318691f9b83c5b69658a37916fa23ea69
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/xml/statusbardocumenthandler.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/framework/inc/xml/statusbardocumenthandler.hxx b/framework/inc/xml/statusbardocumenthandler.hxx index b9cd3509376f..0168abd93280 100644 --- a/framework/inc/xml/statusbardocumenthandler.hxx +++ b/framework/inc/xml/statusbardocumenthandler.hxx @@ -24,7 +24,6 @@ #include <com/sun/star/xml/sax/XDocumentHandler.hpp> -#include <threadhelp/threadhelpbase.hxx> #include <rtl/ustring.hxx> #include <cppuhelper/implbase1.hxx> @@ -37,7 +36,7 @@ namespace framework{ // Hash code function for using in all hash maps of follow implementation. -class FWE_DLLPUBLIC OReadStatusBarDocumentHandler : private ThreadHelpBase, // Struct for right initalization of lock member! Must be first of baseclasses. +class FWE_DLLPUBLIC OReadStatusBarDocumentHandler : public ::cppu::WeakImplHelper1< ::com::sun::star::xml::sax::XDocumentHandler > { public: @@ -126,7 +125,7 @@ class FWE_DLLPUBLIC OReadStatusBarDocumentHandler : private ThreadHelpBase, // S ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > m_xLocator; }; -class FWE_DLLPUBLIC OWriteStatusBarDocumentHandler : private ThreadHelpBase // Struct for right initalization of lock member! Must be first of baseclasses. +class FWE_DLLPUBLIC OWriteStatusBarDocumentHandler { public: OWriteStatusBarDocumentHandler( |