summaryrefslogtreecommitdiff
path: root/cui/source/inc/hyphen.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/hyphen.hxx')
-rw-r--r--cui/source/inc/hyphen.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/hyphen.hxx b/cui/source/inc/hyphen.hxx
index 3bf97672b99b..115c31543245 100644
--- a/cui/source/inc/hyphen.hxx
+++ b/cui/source/inc/hyphen.hxx
@@ -59,7 +59,7 @@ class SvxHyphenWordDialog : public SfxModalDialog
LanguageType nActLanguage; // and its language
sal_uInt16 nMaxHyphenationPos; // right most valid hyphenation pos
sal_uInt16 nHyphPos;
- sal_uInt16 nOldPos;
+ sal_Int32 nOldPos;
sal_Int32 nHyphenationPositionsOffset;
bool bBusy;
@@ -68,7 +68,7 @@ class SvxHyphenWordDialog : public SfxModalDialog
OUString EraseUnusableHyphens_Impl( css::uno::Reference< css::linguistic2::XPossibleHyphens > &rxPossHyph, sal_uInt16 nMaxHyphenationPos );
void InitControls_Impl();
- void ContinueHyph_Impl( sal_uInt16 nInsPos = 0 );
+ void ContinueHyph_Impl( sal_Int32 nInsPos = -1 ); // continue by default
sal_uInt16 GetHyphIndex_Impl();
DECL_LINK(Left_Impl, void *);