summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-05-12 16:17:43 +0200
committerJan Holesovsky <kendy@collabora.com>2015-05-12 16:18:37 +0200
commit2a2a180d610eb92a6d856336527f3f8388244832 (patch)
tree053f6aa59e8c16e4afec4fb2327761f6805941ec /sw/source/ui/frmdlg
parent2bb4d6cad41765db299db45511d2554984666085 (diff)
sw: Hopefully the last round of renames.
Change-Id: I85eb5e9ca018afa25a06947eed5af1ab529dd65d
Diffstat (limited to 'sw/source/ui/frmdlg')
-rw-r--r--sw/source/ui/frmdlg/frmpage.cxx10
1 files changed, 5 insertions, 5 deletions
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();