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.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/linguistic/source/dicimp.hxx b/linguistic/source/dicimp.hxx
index ab60c94f97..99099eb706 100644
--- a/linguistic/source/dicimp.hxx
+++ b/linguistic/source/dicimp.hxx
@@ -42,6 +42,7 @@
#include <tools/string.hxx>
#include <tools/stream.hxx>
+#include "defs.hxx"
#include "misc.hxx"
@@ -49,7 +50,7 @@
#define DIC_MAX_ENTRIES 30000
-INT16 ReadDicVersion( SvStream *pStream, USHORT &nLng, BOOL &bNeg );
+INT16 ReadDicVersion( SvStreamPtr &rpStream, USHORT &nLng, BOOL &bNeg );
const String GetDicExtension();
///////////////////////////////////////////////////////////////////////////
@@ -85,8 +86,8 @@ class DictionaryNeo :
::com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XDictionaryEntry > xEntry);
- ULONG loadEntries(const ::rtl::OUString &rMainURL);
- ULONG saveEntries(const ::rtl::OUString &rMainURL);
+ ULONG loadEntries(const ::rtl::OUString &rMainURL);
+ ULONG saveEntries(const ::rtl::OUString &rMainURL);
int cmpDicEntry(const ::rtl::OUString &rWord1,
const ::rtl::OUString &rWord2,
BOOL bSimilarOnly = FALSE);