Kaydet (Commit) abfb418c authored tarafından Matteo Casalin's avatar Matteo Casalin

sal_uInt16 to sal_Int16

Change-Id: I0791354f79017ac8100920568519f5a8bcb398f2
üst 60d11ff6
...@@ -57,7 +57,7 @@ class SvxHyphenWordDialog : public SfxModalDialog ...@@ -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_aEditWord; // aEditWord and aWordEdit.GetText() differ only by the character for the current selected hyphenation position
OUString m_aActWord; // actual word to be hyphenated OUString m_aActWord; // actual word to be hyphenated
LanguageType m_nActLanguage; // and its language 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_uInt16 m_nHyphPos;
sal_Int32 m_nOldPos; sal_Int32 m_nOldPos;
sal_Int32 m_nHyphenationPositionsOffset; sal_Int32 m_nHyphenationPositionsOffset;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment