summaryrefslogtreecommitdiff
path: root/linguistic/source/dicimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/dicimp.hxx')
-rw-r--r--linguistic/source/dicimp.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/linguistic/source/dicimp.hxx b/linguistic/source/dicimp.hxx
index 6fef2c4f10b1..10beccdf7043 100644
--- a/linguistic/source/dicimp.hxx
+++ b/linguistic/source/dicimp.hxx
@@ -27,6 +27,7 @@
#include <cppuhelper/implbase.hxx>
#include <comphelper/interfacecontainer2.hxx>
#include <tools/solar.h>
+#include <vcl/errcode.hxx>
#include "defs.hxx"
#include "linguistic/misc.hxx"
@@ -62,8 +63,8 @@ class DictionaryNeo :
void launchEvent(sal_Int16 nEvent,
const css::uno::Reference< css::linguistic2::XDictionaryEntry >& xEntry);
- sal_uLong loadEntries(const OUString &rMainURL);
- sal_uLong saveEntries(const OUString &rMainURL);
+ ErrCode loadEntries(const OUString &rMainURL);
+ ErrCode saveEntries(const OUString &rMainURL);
static int cmpDicEntry(const OUString &rWord1,
const OUString &rWord2,
bool bSimilarOnly = false);