summaryrefslogtreecommitdiff
path: root/sw/source/core/layout
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-10-27 08:42:35 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-10-27 08:43:28 +0100
commit163b3d7ca0056d16b300b68d7e831874b6cf393a (patch)
treee1de2a23173389794e15386f014a169897ba1076 /sw/source/core/layout
parentd82d89ad27657a9f937e8ed44574626e1564102a (diff)
sw: prefix members of SwTableFormulaUpdate
Change-Id: Id9e18c67a4fa6e3646ac33cd616838819d1f10d8
Diffstat (limited to 'sw/source/core/layout')
-rw-r--r--sw/source/core/layout/frmtool.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx
index 073cdf67121e..b74a6cff4e81 100644
--- a/sw/source/core/layout/frmtool.cxx
+++ b/sw/source/core/layout/frmtool.cxx
@@ -1351,7 +1351,7 @@ void _InsertCnt( SwLayoutFrm *pLay, SwDoc *pDoc,
// needs to clean up. To keep table formulas correct, change
// all table formulas to internal (BOXPTR) representation.
SwTableFormulaUpdate aMsgHint( &pTableNode->GetTable() );
- aMsgHint.eFlags = TBL_BOXPTR;
+ aMsgHint.m_eFlags = TBL_BOXPTR;
pDoc->getIDocumentFieldsAccess().UpdateTableFields( &aMsgHint );
pTableNode->GetTable().GCLines();