From 2a2a180d610eb92a6d856336527f3f8388244832 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 12 May 2015 16:17:43 +0200 Subject: sw: Hopefully the last round of renames. Change-Id: I85eb5e9ca018afa25a06947eed5af1ab529dd65d --- sw/source/ui/frmdlg/frmpage.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sw/source/ui/frmdlg') diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx index 17e23f516816..faa0ff408a6f 100644 --- a/sw/source/ui/frmdlg/frmpage.cxx +++ b/sw/source/ui/frmdlg/frmpage.cxx @@ -2358,10 +2358,10 @@ void SwFrmPage::Init(const SfxItemSet& rSet, bool bReset) m_pRelHeightRelationLB->SelectEntryPos(0); } -void SwFrmPage::SetFormatUsed(bool bFmt) +void SwFrmPage::SetFormatUsed(bool bFormatUsed) { - bFormat = bFmt; - if(bFormat) + bFormat = bFormatUsed; + if (bFormat) { m_pAnchorFrame->Hide(); } @@ -3210,9 +3210,9 @@ IMPL_LINK_NOARG(SwFrmAddPage, EditModifyHdl) return 0; } -void SwFrmAddPage::SetFormatUsed(bool bFmt) +void SwFrmAddPage::SetFormatUsed(bool bFormatUsed) { - bFormat = bFmt; + bFormat = bFormatUsed; if (bFormat) { pNameFrame->Hide(); -- cgit