summaryrefslogtreecommitdiff
path: root/framework/inc/xml/statusbardocumenthandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/xml/statusbardocumenthandler.hxx')
-rw-r--r--framework/inc/xml/statusbardocumenthandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/xml/statusbardocumenthandler.hxx b/framework/inc/xml/statusbardocumenthandler.hxx
index 579c33c379c5..0c5cb63bbd82 100644
--- a/framework/inc/xml/statusbardocumenthandler.hxx
+++ b/framework/inc/xml/statusbardocumenthandler.hxx
@@ -25,7 +25,7 @@
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#include <rtl/ustring.hxx>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <unordered_map>
#include <stdtypes.h>
@@ -36,7 +36,7 @@ namespace framework{
// Hash code function for using in all hash maps of follow implementation.
class FWE_DLLPUBLIC OReadStatusBarDocumentHandler :
- public ::cppu::WeakImplHelper1< ::com::sun::star::xml::sax::XDocumentHandler >
+ public ::cppu::WeakImplHelper< ::com::sun::star::xml::sax::XDocumentHandler >
{
public:
enum StatusBar_XML_Entry