diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-06-01 17:34:20 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-06-02 09:20:58 +0200 |
commit | abfb418cbf8bfbec0de0f1a3b89871c8f38ee667 (patch) | |
tree | 4c0cc2829f8b9d68e27b5bb57d3d1c66adb2e8d8 /cui | |
parent | 60d11ff67d9104151d63800765539fee5d627a3b (diff) |
sal_uInt16 to sal_Int16
Change-Id: I0791354f79017ac8100920568519f5a8bcb398f2
Diffstat (limited to 'cui')
-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; |