diff options
Diffstat (limited to 'unoxml/source/dom/text.hxx')
-rw-r--r-- | unoxml/source/dom/text.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/text.hxx b/unoxml/source/dom/text.hxx index fc90d8cff89c..1ee6e5d4f7bd 100644 --- a/unoxml/source/dom/text.hxx +++ b/unoxml/source/dom/text.hxx @@ -24,7 +24,7 @@ #include <sal/types.h> -#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/implbase.hxx> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/xml/dom/XNode.hpp> @@ -34,7 +34,7 @@ namespace DOM { - typedef ::cppu::ImplInheritanceHelper1< CCharacterData, css::xml::dom::XText > CText_Base; + typedef ::cppu::ImplInheritanceHelper< CCharacterData, css::xml::dom::XText > CText_Base; class CText : public CText_Base |