summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-05-12 10:39:57 +0200
committerJan Holesovsky <kendy@collabora.com>2015-05-12 11:16:38 +0200
commit70c4355ffd494dffb59818c225b4a3343476e9a6 (patch)
tree133059809700355eac7ec25501059631837b024a /sw/source/ui/fldui
parent2feddc10430ee932df0414406d7200b57f50d632 (diff)
sw: Prefix SwInsertFld_Data member variables.
Change-Id: I2c07a57e60f8eaf1b9d570f4d42dd2955574a85b
Diffstat (limited to 'sw/source/ui/fldui')
-rw-r--r--sw/source/ui/fldui/fldpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/fldui/fldpage.cxx b/sw/source/ui/fldui/fldpage.cxx
index a8d2b4a179fc..20b665182b0d 100644
--- a/sw/source/ui/fldui/fldpage.cxx
+++ b/sw/source/ui/fldui/fldpage.cxx
@@ -127,7 +127,7 @@ bool SwFldPage::InsertFld(sal_uInt16 nTypeId, sal_uInt16 nSubType, const OUStrin
{
SwInsertFld_Data aData(nTypeId, nSubType, rPar1, rPar2, nFormatId, 0, cSeparator, bIsAutomaticLanguage );
//#i26566# provide parent for SwWrtShell::StartInputFldDlg
- aData.pParent = &GetTabDialog()->GetOKButton();
+ aData.m_pParent = &GetTabDialog()->GetOKButton();
bRet = m_aMgr.InsertFld( aData );
uno::Reference< frame::XDispatchRecorder > xRecorder =