diff options
Diffstat (limited to 'include/editeng/lspcitem.hxx')
-rw-r--r-- | include/editeng/lspcitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/lspcitem.hxx b/include/editeng/lspcitem.hxx index a12af58db17e..f2adaa316e5c 100644 --- a/include/editeng/lspcitem.hxx +++ b/include/editeng/lspcitem.hxx @@ -80,7 +80,7 @@ public: // To increase or decrease the row height. sal_uInt16 GetPropLineSpace() const { return nPropLineSpace; } - void SetPropLineSpace( const sal_uInt8 nProp ) + void SetPropLineSpace( const sal_uInt16 nProp ) { nPropLineSpace = nProp; eInterLineSpaceRule = SvxInterLineSpaceRule::Prop; |