summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/tabledlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-01-18 13:33:47 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-01-18 14:35:11 +0000
commita8eecb6df5f11cbfc8a57b737ad82eacad79ccb4 (patch)
treec0141248aa45bd10099c14f305ce050f4cd2d81c /sw/source/ui/inc/tabledlg.hxx
parent4b529841d34ffdbcf6befe6f1eb70fe7ff8c159c (diff)
convert table properties tabdialog to .ui
Change-Id: Ide72fb6bfc604f13e9d01250aac8e9b011bd034b
Diffstat (limited to 'sw/source/ui/inc/tabledlg.hxx')
-rw-r--r--sw/source/ui/inc/tabledlg.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sw/source/ui/inc/tabledlg.hxx b/sw/source/ui/inc/tabledlg.hxx
index 5905493f9f92..5bc5ea091fec 100644
--- a/sw/source/ui/inc/tabledlg.hxx
+++ b/sw/source/ui/inc/tabledlg.hxx
@@ -34,7 +34,10 @@ struct TColumn;
class SwTableTabDlg : public SfxTabDialog
{
SwWrtShell* pShell;
- sal_uInt16 nHtmlMode;
+ sal_uInt16 m_nHtmlMode;
+ sal_uInt16 m_nTextFlowId;
+ sal_uInt16 m_nBackgroundId;
+ sal_uInt16 m_nBorderId;
virtual void PageCreated(sal_uInt16 nId, SfxTabPage& rPage);
public: