summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-06-01 01:24:23 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-06-01 13:04:13 +0200
commit69a8d81b488aaf3014a508cb518f2de3a32076f6 (patch)
tree943de6055bd242b26390e1cd7cc9342506f50dbc /include
parent151363ed2e0209e0cb6d78d8e821d23080f2e74b (diff)
sal_uInt16 to sal_Int32, and use -1 as a special case
Change-Id: Iaf90f96665781d3aa43f1f71802538f54409bd4a
Diffstat (limited to 'include')
-rw-r--r--include/editeng/splwrap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/splwrap.hxx b/include/editeng/splwrap.hxx
index 5e879f453381..e9de2f7a31ec 100644
--- a/include/editeng/splwrap.hxx
+++ b/include/editeng/splwrap.hxx
@@ -136,7 +136,7 @@ protected:
// Wort via Thesaurus ersetzen
virtual void ChangeThesWord( const OUString& rNewWord );
virtual void AutoCorrect( const OUString& rAktStr, const OUString& rNewStr );
- virtual void InsertHyphen( const sal_uInt16 nPos ); // Insert hyphen
+ virtual void InsertHyphen( const sal_Int32 nPos ); // Insert hyphen
void SetCurTextObj( SdrObject* pObj ) { mpTextObj = pObj; }
SdrObject* GetCurTextObj() { return mpTextObj; }