summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/convert.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/convert.hxx')
-rw-r--r--sw/source/uibase/inc/convert.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/uibase/inc/convert.hxx b/sw/source/uibase/inc/convert.hxx
index 1a52d8ba2c99..c1ff57ab4434 100644
--- a/sw/source/uibase/inc/convert.hxx
+++ b/sw/source/uibase/inc/convert.hxx
@@ -24,7 +24,7 @@
#include <vcl/edit.hxx>
#include <sfx2/basedlgs.hxx>
-class SwTableAutoFmt;
+class SwTableAutoFormat;
class SwView;
class SwWrtShell;
class NumericField;
@@ -49,13 +49,13 @@ class SwConvertTableDlg: public SfxModalDialog
VclPtr<CheckBox> mpDontSplitCB;
VclPtr<CheckBox> mpBorderCB;
- VclPtr<PushButton> mpAutoFmtBtn;
+ VclPtr<PushButton> mpAutoFormatBtn;
OUString sConvertTextTable;
- SwTableAutoFmt* pTAutoFmt;
+ SwTableAutoFormat* pTAutoFormat;
SwWrtShell* pShell;
- DECL_LINK( AutoFmtHdl, PushButton* );
+ DECL_LINK( AutoFormatHdl, PushButton* );
DECL_LINK( BtnHdl, Button* );
DECL_LINK(CheckBoxHdl, void * = 0);
DECL_LINK( ReapeatHeaderCheckBoxHdl, void* p = 0 );
@@ -66,8 +66,8 @@ public:
virtual void dispose() SAL_OVERRIDE;
void GetValues( sal_Unicode& rDelim,
- SwInsertTableOptions& rInsTblOpts,
- SwTableAutoFmt const*& prTAFmt );
+ SwInsertTableOptions& rInsTableOpts,
+ SwTableAutoFormat const*& prTAFormat );
};
#endif