summaryrefslogtreecommitdiffstats
path: root/linguistic/source/convdic.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/convdic.hxx')
-rw-r--r--linguistic/source/convdic.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/convdic.hxx b/linguistic/source/convdic.hxx
index 4a3a0e45342c..fe5585bc6de0 100644
--- a/linguistic/source/convdic.hxx
+++ b/linguistic/source/convdic.hxx
@@ -24,7 +24,7 @@
#include <com/sun/star/util/XFlushable.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <cppuhelper/implbase.hxx>
-#include <cppuhelper/interfacecontainer.h>
+#include <comphelper/interfacecontainer2.hxx>
#include <memory>
#include <set>
@@ -79,7 +79,7 @@ class ConvDic :
protected:
- ::cppu::OInterfaceContainerHelper aFlushListeners;
+ ::comphelper::OInterfaceContainerHelper2 aFlushListeners;
ConvMap aFromLeft;
std::unique_ptr< ConvMap > pFromRight; // only available for bidirectional conversion dictionaries