summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/frameloaderfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/config/cache/frameloaderfactory.hxx')
-rw-r--r--filter/source/config/cache/frameloaderfactory.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/config/cache/frameloaderfactory.hxx b/filter/source/config/cache/frameloaderfactory.hxx
index 1a72081d8cc4..71553ca743df 100644
--- a/filter/source/config/cache/frameloaderfactory.hxx
+++ b/filter/source/config/cache/frameloaderfactory.hxx
@@ -23,7 +23,7 @@
#include "basecontainer.hxx"
#include <com/sun/star/frame/XLoaderFactory.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
namespace filter{
@@ -34,7 +34,7 @@ namespace filter{
/** @short implements the service <type scope="com.sun.star.document">FrameLoaderFactory</type>.
*/
-class FrameLoaderFactory : public ::cppu::ImplInheritanceHelper1< BaseContainer ,
+class FrameLoaderFactory : public ::cppu::ImplInheritanceHelper< BaseContainer ,
css::frame::XLoaderFactory >
{