diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-20 03:09:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-20 11:01:11 +0000 |
commit | 8f1e22eb149ac91da02ad3f0e8869be11d400525 (patch) | |
tree | 11fc490fab8c966d29bcede8f602636fc08d3333 /sw/inc/swabstdlg.hxx | |
parent | 7b3862a5122d404845cc7dc227badb1cdfc92ac2 (diff) |
AbstractSwSplitTableDlg never used
Change-Id: I8b3fa5a513d31002655af479ba41a85b713509bd
Diffstat (limited to 'sw/inc/swabstdlg.hxx')
-rw-r--r-- | sw/inc/swabstdlg.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index b672f66a688a..f2cc3383023c 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -267,14 +267,6 @@ public: virtual void SelectEntryPos(sal_uInt16 nIdx) = 0; // inline }; -class AbstractSwSplitTableDlg :public VclAbstractDialog //add for SwSplitTableDlg -{ -public: - virtual sal_Bool IsHorizontal() const = 0; - virtual sal_Bool IsProportional() const = 0; - virtual long GetCount() const = 0; -}; - class AbstractSwAutoFormatDlg : public VclAbstractDialog //add for SwAutoFormatDlg { public: |