Kaydet (Commit) e3848f6d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unused ThreadHelpBase base

Change-Id: Id08d2c937a5d41c74852bb14ac726d87853dfc7e
üst 61474243
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include <com/sun/star/uno/Sequence.h> #include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include <threadhelp/threadhelpbase.hxx>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase1.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp>
...@@ -35,7 +34,7 @@ ...@@ -35,7 +34,7 @@
namespace framework{ 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 ::cppu::WeakImplHelper1< ::com::sun::star::xml::sax::XDocumentHandler >
{ {
public: public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment