diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-04-12 22:16:25 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-04-12 22:36:30 +0200 |
commit | a4c222af6283da2e9252cffa468091f0f85cfcc6 (patch) | |
tree | 04d9a4256408d65b3b5840738a440eafaaabc55e /sw/inc | |
parent | bafc6196c5364c2692e9a4f538a580e3dedec073 (diff) |
sal_uInt16 to sal_Int32
Change-Id: I163c88ff2d6e8ac2ac14b7ff585bf09f6262270e
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/editsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index b2e8ee2841a8..c1ea880361b8 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -790,7 +790,7 @@ public: bool bKeepSelection = false ); void GetINetAttrs( SwGetINetAttrs& rArr ); - OUString GetDropTxt( const sal_uInt16 nChars ) const; + OUString GetDropTxt( const sal_Int32 nChars ) const; void ReplaceDropTxt( const OUString &rStr, SwPaM* pPaM = NULL ); /** May an outline be moved or copied? |