summaryrefslogtreecommitdiff
path: root/lingucomponent/source/spellcheck/spell
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent/source/spellcheck/spell')
-rw-r--r--lingucomponent/source/spellcheck/spell/sspellimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.hxx b/lingucomponent/source/spellcheck/spell/sspellimp.hxx
index 0f42a8b42ca1..5abf0efe25d7 100644
--- a/lingucomponent/source/spellcheck/spell/sspellimp.hxx
+++ b/lingucomponent/source/spellcheck/spell/sspellimp.hxx
@@ -61,7 +61,7 @@ class SpellChecker :
OUString * aDNames;
sal_Int32 numdict;
- ::cppu::OInterfaceContainerHelper aEvtListeners;
+ ::comphelper::OInterfaceContainerHelper2 aEvtListeners;
linguistic::PropertyHelper_Spelling* pPropHelper;
bool bDisposing;
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar 2013-08-11Mark as constTakeshi Abe 2013-08-09Mark as const/staticTakeshi Abe 2013-07-29Mark as constTakeshi Abe 2013-06-03Fix icu version checks.Mark Wielaard 2013-05-07officecfg: remove Package_cppheaderMichael Stahl 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-23execute move of global headersBjoern Michaelsen 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-27-Wunused-macrosStephan Bergmann 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks