From ab465b90f6c6da5595393a0ba73f33a1e71a2b65 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Wed, 20 May 2015 13:05:49 +0200 Subject: bin/rename-sw-abbreviations.sh renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9 --- sw/source/uibase/inc/convert.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sw/source/uibase/inc/convert.hxx') 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 #include -class SwTableAutoFmt; +class SwTableAutoFormat; class SwView; class SwWrtShell; class NumericField; @@ -49,13 +49,13 @@ class SwConvertTableDlg: public SfxModalDialog VclPtr mpDontSplitCB; VclPtr mpBorderCB; - VclPtr mpAutoFmtBtn; + VclPtr 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 -- cgit v1.2.3