summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-06-01 17:34:20 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-06-02 09:20:58 +0200
commitabfb418cbf8bfbec0de0f1a3b89871c8f38ee667 (patch)
tree4c0cc2829f8b9d68e27b5bb57d3d1c66adb2e8d8 /cui
parent60d11ff67d9104151d63800765539fee5d627a3b (diff)
sal_uInt16 to sal_Int16
Change-Id: I0791354f79017ac8100920568519f5a8bcb398f2
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/hyphen.hxx2
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;