diff options
-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: |