summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/splittbl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/splittbl.hxx')
-rw-r--r--sw/source/ui/inc/splittbl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/inc/splittbl.hxx b/sw/source/ui/inc/splittbl.hxx
index f570d05fd0f3..7ce7c65e898e 100644
--- a/sw/source/ui/inc/splittbl.hxx
+++ b/sw/source/ui/inc/splittbl.hxx
@@ -46,7 +46,7 @@ class SwSplitTblDlg : public SvxStandardDialog
RadioButton aBorderCopyRB;
SwWrtShell &rShell;
- USHORT m_nSplit;
+ sal_uInt16 m_nSplit;
protected:
virtual void Apply();
@@ -54,7 +54,7 @@ protected:
public:
SwSplitTblDlg( Window *pParent, SwWrtShell &rSh );
- USHORT GetSplitMode() const { return m_nSplit; }
+ sal_uInt16 GetSplitMode() const { return m_nSplit; }
};
#endif