summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/fltlst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/bastyp/fltlst.cxx')
-rw-r--r--sfx2/source/bastyp/fltlst.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/fltlst.cxx b/sfx2/source/bastyp/fltlst.cxx
index b60cf35987b4..c6ae1f92e141 100644
--- a/sfx2/source/bastyp/fltlst.cxx
+++ b/sfx2/source/bastyp/fltlst.cxx
@@ -30,6 +30,7 @@
#include <vcl/svapp.hxx>
#include <osl/mutex.hxx>
+#include <cppuhelper/implbase.hxx>
// namespaces
@@ -37,7 +38,7 @@
using namespace ::com::sun::star;
-class SfxRefreshListener : public ::cppu::WeakImplHelper1<com::sun::star::util::XRefreshListener>
+class SfxRefreshListener : public ::cppu::WeakImplHelper<com::sun::star::util::XRefreshListener>
{
private:
SfxFilterListener *m_pOwner;