diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-20 11:53:12 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-20 15:04:14 +0100 |
commit | e3848f6d3f79a558d2f225801b6bb3cea452dfeb (patch) | |
tree | 45164e03a9b1a13b8ac6ed9c90857c3f84812e11 | |
parent | 614742430223b2ea90b0b099323cc7e8fc352473 (diff) |
Remove unused ThreadHelpBase base
Change-Id: Id08d2c937a5d41c74852bb14ac726d87853dfc7e
-rw-r--r-- | framework/inc/xml/menudocumenthandler.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/inc/xml/menudocumenthandler.hxx b/framework/inc/xml/menudocumenthandler.hxx index 30cbc9305fb5..34e41e206558 100644 --- a/framework/inc/xml/menudocumenthandler.hxx +++ b/framework/inc/xml/menudocumenthandler.hxx @@ -27,7 +27,6 @@ #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/uno/XComponentContext.hpp> -#include <threadhelp/threadhelpbase.hxx> #include <rtl/ustring.hxx> #include <cppuhelper/implbase1.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> @@ -35,7 +34,7 @@ namespace framework{ -class FWE_DLLPUBLIC ReadMenuDocumentHandlerBase : public ThreadHelpBase, // Struct for right initalization of mutex member! Must be first of baseclasses. +class FWE_DLLPUBLIC ReadMenuDocumentHandlerBase : public ::cppu::WeakImplHelper1< ::com::sun::star::xml::sax::XDocumentHandler > { public: |