summaryrefslogtreecommitdiff
path: root/framework/inc/xml/saxnamespacefilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/xml/saxnamespacefilter.hxx')
-rw-r--r--framework/inc/xml/saxnamespacefilter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/xml/saxnamespacefilter.hxx b/framework/inc/xml/saxnamespacefilter.hxx
index b6764f2fdd9c..35de8d8e6d92 100644
--- a/framework/inc/xml/saxnamespacefilter.hxx
+++ b/framework/inc/xml/saxnamespacefilter.hxx
@@ -24,7 +24,7 @@
#include <xml/xmlnamespaces.hxx>
#include <rtl/ustring.hxx>
#include <vcl/menu.hxx>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <stack>
#include <framework/fwedllapi.h>
@@ -33,7 +33,7 @@ namespace framework
{
class FWE_DLLPUBLIC SaxNamespaceFilter :
- public ::cppu::WeakImplHelper1< ::com::sun::star::xml::sax::XDocumentHandler >
+ public ::cppu::WeakImplHelper< ::com::sun::star::xml::sax::XDocumentHandler >
{
public:
SaxNamespaceFilter( ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler >& rSax1DocumentHandler );