summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/cacheupdatelistener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/config/cache/cacheupdatelistener.hxx')
-rw-r--r--filter/source/config/cache/cacheupdatelistener.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/config/cache/cacheupdatelistener.hxx b/filter/source/config/cache/cacheupdatelistener.hxx
index a6b2e7410110..4429a246f8a4 100644
--- a/filter/source/config/cache/cacheupdatelistener.hxx
+++ b/filter/source/config/cache/cacheupdatelistener.hxx
@@ -23,7 +23,7 @@
#include <com/sun/star/lang/XEventListener.hpp>
#include <com/sun/star/util/XChangesListener.hpp>
#include <salhelper/singletonref.hxx>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
namespace filter{
@@ -37,7 +37,7 @@ namespace filter{
wa changed by other processes.
*/
class CacheUpdateListener : public BaseLock // must be the first one to guarantee right initialized mutex member!
- , public ::cppu::WeakImplHelper1< css::util::XChangesListener >
+ , public ::cppu::WeakImplHelper< css::util::XChangesListener >
{
// member