summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/filterfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/config/cache/filterfactory.hxx')
-rw-r--r--filter/source/config/cache/filterfactory.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/config/cache/filterfactory.hxx b/filter/source/config/cache/filterfactory.hxx
index 5aefbc58d76c..9adeb638677b 100644
--- a/filter/source/config/cache/filterfactory.hxx
+++ b/filter/source/config/cache/filterfactory.hxx
@@ -24,7 +24,7 @@
#include "querytokenizer.hxx"
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
namespace filter{
@@ -35,7 +35,7 @@ namespace filter{
/** @short implements the service <type scope="com.sun.star.document">FilterFactory</type>.
*/
-class FilterFactory : public ::cppu::ImplInheritanceHelper1< BaseContainer ,
+class FilterFactory : public ::cppu::ImplInheritanceHelper< BaseContainer ,
css::lang::XMultiServiceFactory >
{