Remove unused ThreadHelpBase base

Change-Id: I367ffa9343a0227eab9726c636d7e8e622219bf4
This commit is contained in:
Stephan Bergmann 2014-03-18 14:26:37 +01:00
parent 36a5ea2a9c
commit 5e5c6656c9
2 changed files with 1 additions and 3 deletions

View File

@ -21,7 +21,6 @@
#define INCLUDED_FRAMEWORK_INC_XML_SAXNAMESPACEFILTER_HXX
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#include <threadhelp/threadhelpbase.hxx>
#include <xml/xmlnamespaces.hxx>
#include <rtl/ustring.hxx>
#include <vcl/menu.hxx>
@ -33,7 +32,7 @@
namespace framework
{
class FWE_DLLPUBLIC SaxNamespaceFilter : public ThreadHelpBase, // Struct for right initalization of mutex member! Must be first of baseclasses.
class FWE_DLLPUBLIC SaxNamespaceFilter :
public ::cppu::WeakImplHelper1< ::com::sun::star::xml::sax::XDocumentHandler >
{
public:

View File

@ -38,7 +38,6 @@ namespace framework{
SaxNamespaceFilter::SaxNamespaceFilter( Reference< XDocumentHandler >& rSax1DocumentHandler ) :
ThreadHelpBase( &Application::GetSolarMutex() ),
m_xLocator( 0 ),
xDocumentHandler( rSax1DocumentHandler ),
m_nDepth( 0 ),