diff options
-rw-r--r-- | cui/source/inc/hyphen.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/hyphen.hxx b/cui/source/inc/hyphen.hxx index e13d183ae21a..421737ea663f 100644 --- a/cui/source/inc/hyphen.hxx +++ b/cui/source/inc/hyphen.hxx @@ -57,7 +57,7 @@ class SvxHyphenWordDialog : public SfxModalDialog OUString m_aEditWord; // aEditWord and aWordEdit.GetText() differ only by the character for the current selected hyphenation position OUString m_aActWord; // actual word to be hyphenated LanguageType m_nActLanguage; // and its language - sal_uInt16 m_nMaxHyphenationPos; // right most valid hyphenation pos + sal_Int16 m_nMaxHyphenationPos; // right most valid hyphenation pos sal_uInt16 m_nHyphPos; sal_Int32 m_nOldPos; sal_Int32 m_nHyphenationPositionsOffset; |