diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/editsh.hxx | 2 | ||||
-rw-r--r-- | sw/inc/numrule.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index 05c6c7962c04..b0692592213a 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -529,7 +529,7 @@ public: // #i90078# /// Remove unused default parameter <nLevel> and <bRelative>. // Adjust method name and parameter name - void ChangeIndentOfAllListLevels( short nDiff ); + void ChangeIndentOfAllListLevels( sal_Int32 nDiff ); // Adjust method name void SetIndent(short nIndent, const SwPosition & rPos); bool IsFirstOfNumRuleAtCursorPos() const; diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx index 7d9da21ad0f7..35d304dff012 100644 --- a/sw/inc/numrule.hxx +++ b/sw/inc/numrule.hxx @@ -254,7 +254,7 @@ public: SvxNumRule MakeSvxNumRule() const; /// change indent of all list levels by given difference - void ChangeIndent( const short nDiff ); + void ChangeIndent( const sal_Int32 nDiff ); /// set indent of certain list level to given value void SetIndent( const short nNewIndent, const sal_uInt16 nListLevel ); |