summaryrefslogtreecommitdiff
path: root/linguistic/inc/thesdta.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/inc/thesdta.hxx')
-rw-r--r--linguistic/inc/thesdta.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/inc/thesdta.hxx b/linguistic/inc/thesdta.hxx
index 1b262ab73da7..2267a7d4c2fd 100644
--- a/linguistic/inc/thesdta.hxx
+++ b/linguistic/inc/thesdta.hxx
@@ -51,7 +51,7 @@ class ThesaurusMeaning :
protected:
::rtl::OUString aText; // one of the found 'meanings' for the looked up text
::rtl::OUString aLookUpText; // text that was looked up in the thesaurus
- INT16 nLookUpLanguage; // language of the text that was looked up
+ sal_Int16 nLookUpLanguage; // language of the text that was looked up
// disallow copy-constructor and assignment-operator for now
ThesaurusMeaning(const ThesaurusMeaning &);
@@ -59,7 +59,7 @@ protected:
public:
ThesaurusMeaning(const ::rtl::OUString &rText,
- const ::rtl::OUString &rLookUpText, INT16 nLookUpLang );
+ const ::rtl::OUString &rLookUpText, sal_Int16 nLookUpLang );
virtual ~ThesaurusMeaning();
// XMeaning