summaryrefslogtreecommitdiff
path: root/editeng
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 /editeng
parent151363ed2e0209e0cb6d78d8e821d23080f2e74b (diff)
sal_uInt16 to sal_Int32, and use -1 as a special case
Change-Id: Iaf90f96665781d3aa43f1f71802538f54409bd4a
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/misc/splwrap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/misc/splwrap.cxx b/editeng/source/misc/splwrap.cxx
index c5a81952fe38..fe5fb575edaa 100644
--- a/editeng/source/misc/splwrap.cxx
+++ b/editeng/source/misc/splwrap.cxx
@@ -298,7 +298,7 @@ void SvxSpellWrapper::ReplaceAll( const OUString &, sal_Int16 )
{ // Replace Word from the Replace list
}
-void SvxSpellWrapper::InsertHyphen( const sal_uInt16 )
+void SvxSpellWrapper::InsertHyphen( const sal_Int32 )
{ // inserting and deleting Hyphae
}