diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-05-20 13:05:49 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-05-20 13:05:49 +0200 |
commit | ab465b90f6c6da5595393a0ba73f33a1e71a2b65 (patch) | |
tree | 36b77192de2799a11b4bf0b269cb3f74d0a0bb1f /sw/source/uibase/inc/convert.hxx | |
parent | 0db96caf0fcce09b87621c11b584a6d81cc7df86 (diff) |
bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-point
renames the most annoying abbreviations in Writer (and partially
in the shared code too).
Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9
Diffstat (limited to 'sw/source/uibase/inc/convert.hxx')
-rw-r--r-- | sw/source/uibase/inc/convert.hxx | 12 |
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 |