summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/editsh.cxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-04-12 22:16:25 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-04-12 22:36:30 +0200
commita4c222af6283da2e9252cffa468091f0f85cfcc6 (patch)
tree04d9a4256408d65b3b5840738a440eafaaabc55e /sw/source/core/edit/editsh.cxx
parentbafc6196c5364c2692e9a4f538a580e3dedec073 (diff)
sal_uInt16 to sal_Int32
Change-Id: I163c88ff2d6e8ac2ac14b7ff585bf09f6262270e
Diffstat (limited to 'sw/source/core/edit/editsh.cxx')
-rw-r--r--sw/source/core/edit/editsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/edit/editsh.cxx b/sw/source/core/edit/editsh.cxx
index 65c480a0c6ba..148ea268606c 100644
--- a/sw/source/core/edit/editsh.cxx
+++ b/sw/source/core/edit/editsh.cxx
@@ -438,7 +438,7 @@ sal_uInt16 SwEditShell::GetRefMarks( std::vector<OUString>* pStrings ) const
return GetDoc()->GetRefMarks( pStrings );
}
-OUString SwEditShell::GetDropTxt( const sal_uInt16 nChars ) const
+OUString SwEditShell::GetDropTxt( const sal_Int32 nChars ) const
{
/*
* pb: made changes for #i74939#