diff options
author | Jan Holesovsky <kendy@collabora.com> | 2015-05-12 16:17:43 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-05-12 16:18:37 +0200 |
commit | 2a2a180d610eb92a6d856336527f3f8388244832 (patch) | |
tree | 053f6aa59e8c16e4afec4fb2327761f6805941ec /sw/source/ui/table/tautofmt.cxx | |
parent | 2bb4d6cad41765db299db45511d2554984666085 (diff) |
sw: Hopefully the last round of renames.
Change-Id: I85eb5e9ca018afa25a06947eed5af1ab529dd65d
Diffstat (limited to 'sw/source/ui/table/tautofmt.cxx')
-rw-r--r-- | sw/source/ui/table/tautofmt.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/table/tautofmt.cxx b/sw/source/ui/table/tautofmt.cxx index 96a61e4f3800..345c7be87bc0 100644 --- a/sw/source/ui/table/tautofmt.cxx +++ b/sw/source/ui/table/tautofmt.cxx @@ -145,7 +145,7 @@ void SwStringInputDlg::dispose() // AutoFormat-Dialogue: SwAutoFormatDlg::SwAutoFormatDlg( vcl::Window* pParent, SwWrtShell* pWrtShell, - bool bSetAutoFormat, const SwTableAutoFmt* pSelFmt ) + bool bAutoFormat, const SwTableAutoFmt* pSelFmt ) : SfxModalDialog(pParent, "AutoFormatTableDialog", "modules/swriter/ui/autoformattable.ui") , aStrTitle(SW_RES(STR_ADD_AUTOFORMAT_TITLE)) , aStrLabel(SW_RES(STR_ADD_AUTOFORMAT_LABEL)) @@ -158,7 +158,7 @@ SwAutoFormatDlg::SwAutoFormatDlg( vcl::Window* pParent, SwWrtShell* pWrtShell, , nIndex(0) , nDfltStylePos(0) , bCoreDataChanged(false) - , bSetAutoFmt(bSetAutoFormat) + , bSetAutoFmt(bAutoFormat) { get(m_pLbFormat, "formatlb"); get(m_pFormatting, "formatting"); |