summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/xmloff/unoatrcn.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/unoatrcn.hxx b/include/xmloff/unoatrcn.hxx
index b09a06250215..454885c26641 100644
--- a/include/xmloff/unoatrcn.hxx
+++ b/include/xmloff/unoatrcn.hxx
@@ -31,12 +31,12 @@
#include <xmloff/xmlcnimp.hxx>
-#include <cppuhelper/implbase2.hxx>
+#include <cppuhelper/implbase.hxx>
extern css::uno::Reference< css::uno::XInterface > SvUnoAttributeContainer_CreateInstance();
class XMLOFF_DLLPUBLIC SvUnoAttributeContainer final :
- public ::cppu::WeakAggImplHelper2<
+ public ::cppu::WeakImplHelper<
css::lang::XServiceInfo,
css::container::XNameContainer >
{