summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/editeng/lspcitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/lspcitem.hxx b/include/editeng/lspcitem.hxx
index 91505d5e1f99..d04e876fab04 100644
--- a/include/editeng/lspcitem.hxx
+++ b/include/editeng/lspcitem.hxx
@@ -38,7 +38,7 @@ class EDITENG_DLLPUBLIC SvxLineSpacingItem : public SfxEnumItemInterface
short nInterLineSpace;
sal_uInt16 nLineHeight;
- sal_uInt8 nPropLineSpace;
+ sal_uInt16 nPropLineSpace;
SvxLineSpace eLineSpace;
SvxInterLineSpace eInterLineSpace;
@@ -83,7 +83,7 @@ public:
}
// To increase or decrease the row height.
- sal_uInt8 GetPropLineSpace() const { return nPropLineSpace; }
+ sal_uInt16 GetPropLineSpace() const { return nPropLineSpace; }
inline void SetPropLineSpace( const sal_uInt8 nProp )
{
nPropLineSpace = nProp;