summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-28 16:08:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-10-28 16:08:31 +0000
commitd49755ba3ae60b0d50e1f6edcf2107f1f695017b (patch)
treeaf1b8504399452bcd43f4568230968ad6289f8c8
parent5356d06f5c3cae96c15c4da49ab31c760509d6d7 (diff)
lastAnchorPos got renamed to mpLastAnchorPos
Change-Id: Icfb055123e049cdc16a5825e4be4f18a42d6cb7f
-rw-r--r--sw/source/filter/ww8/ww8par.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 2ab09672aeb7..97e7c6b62a20 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -5407,7 +5407,7 @@ sal_uLong SwWW8ImplReader::CoreLoad(WW8Glossary *pGloss, const SwPosition &rPos)
SAL_WARN_IF(mpTableEndPaM, "sw.ww8", "document ended without table ending");
mpTableEndPaM.reset(); //ensure this is deleted before pPaM
delete pPaM, pPaM = 0;
- lastAnchorPos.reset(); //ensure this is deleted before UpdatePageDescs
+ mpLastAnchorPos.reset();//ensure this is deleted before UpdatePageDescs
UpdatePageDescs(rDoc, nPageDescOffset);