summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/splittbl.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-17 15:06:54 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-17 15:06:54 +0100
commit7f33ed417b2e29e5470724ea76967f64699a2662 (patch)
treeabfa1432c5ffffe4c7502d4ddcaee918c584c69c /sw/source/ui/inc/splittbl.hxx
parentremovetooltypes01: #i112600# Remove tool types from binfilter, starmath, svx,... (diff)
downloadcore-7f33ed417b2e29e5470724ea76967f64699a2662.tar.gz
core-7f33ed417b2e29e5470724ea76967f64699a2662.zip
removetooltypes01: #i112600# Remove tools types from sw
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 3e21b347651a..4bc4ec45f23b 100644
--- a/sw/source/ui/inc/splittbl.hxx
+++ b/sw/source/ui/inc/splittbl.hxx
@@ -45,7 +45,7 @@ class SwSplitTblDlg : public SvxStandardDialog
RadioButton aBorderCopyRB;
SwWrtShell &rShell;
- USHORT m_nSplit;
+ sal_uInt16 m_nSplit;
protected:
virtual void Apply();
@@ -53,7 +53,7 @@ protected:
public:
SwSplitTblDlg( Window *pParent, SwWrtShell &rSh );
- USHORT GetSplitMode() const { return m_nSplit; }
+ sal_uInt16 GetSplitMode() const { return m_nSplit; }
};
#endif