diff options
Diffstat (limited to 'svgio/inc')
-rw-r--r-- | svgio/inc/svgio/svgreader/svgdocumenthandler.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svgio/inc/svgio/svgreader/svgdocumenthandler.hxx b/svgio/inc/svgio/svgreader/svgdocumenthandler.hxx index 86566894ed5b..bbd71d33dc38 100644 --- a/svgio/inc/svgio/svgreader/svgdocumenthandler.hxx +++ b/svgio/inc/svgio/svgreader/svgdocumenthandler.hxx @@ -22,6 +22,7 @@ #include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <svgio/svgreader/svgdocument.hxx> +#include <cppuhelper/implbase.hxx> namespace svgio { namespace svgreader { class SvgCharacterNode; }} @@ -29,7 +30,7 @@ namespace svgio { namespace svgreader { - class SvgDocHdl : public cppu::WeakImplHelper1< com::sun::star::xml::sax::XDocumentHandler > + class SvgDocHdl : public cppu::WeakImplHelper< com::sun::star::xml::sax::XDocumentHandler > { private: // the complete SVG Document |