summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/tautofmt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/tautofmt.hxx')
-rw-r--r--sw/source/ui/inc/tautofmt.hxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/sw/source/ui/inc/tautofmt.hxx b/sw/source/ui/inc/tautofmt.hxx
index 9e16028e8a3b..5aac7016a944 100644
--- a/sw/source/ui/inc/tautofmt.hxx
+++ b/sw/source/ui/inc/tautofmt.hxx
@@ -35,12 +35,8 @@ class AutoFmtPreview;
class SwTableAutoFmtTbl;
class SwWrtShell;
-//------------------------------------------------------------------------
-
enum AutoFmtLine { TOP_LINE, BOTTOM_LINE, LEFT_LINE, RIGHT_LINE };
-//========================================================================
-
class SwAutoFormatDlg : public SfxModalDialog
{
ListBox* m_pLbFormat;
@@ -64,7 +60,6 @@ class SwAutoFormatDlg : public SfxModalDialog
OUString aStrInvalidFmt;
AutoFmtPreview* m_pWndPreview;
- //------------------------
SwWrtShell* pShell;
SwTableAutoFmtTbl* pTableTbl;
sal_uInt8 nIndex;
@@ -72,10 +67,9 @@ class SwAutoFormatDlg : public SfxModalDialog
sal_Bool bCoreDataChanged : 1;
sal_Bool bSetAutoFmt : 1;
-
void Init( const SwTableAutoFmt* pSelFmt );
void UpdateChecks( const SwTableAutoFmt&, sal_Bool bEnableBtn );
- //------------------------
+
DECL_LINK( CheckHdl, Button * );
DECL_LINK(OkHdl, void *);
DECL_LINK( AddHdl, void * );
@@ -92,7 +86,6 @@ public:
void FillAutoFmtOfIndex( SwTableAutoFmt*& rToFill ) const;
};
-
#endif // SW_AUTOFMT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */