summaryrefslogtreecommitdiffstats
path: root/linguistic/inc/thesdta.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/inc/thesdta.hxx')
-rwxr-xr-x[-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 ea4d7cc89991..8cfe95ac4789 100644..100755
--- a/linguistic/inc/thesdta.hxx
+++ b/linguistic/inc/thesdta.hxx
@@ -52,7 +52,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 &);
@@ -60,7 +60,7 @@ protected:
public:
ThesaurusMeaning(const ::rtl::OUString &rText,
- const ::rtl::OUString &rLookUpText, INT16 nLookUpLang );
+ const ::rtl::OUString &rLookUpText, sal_Int16 nLookUpLang );
virtual ~ThesaurusMeaning();
// XMeaning