[Libreoffice-commits] core.git: sw/source
Caolán McNamara
caolanm at redhat.com
Tue Oct 28 09:10:26 PDT 2014
sw/source/filter/ww8/ww8par.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d49755ba3ae60b0d50e1f6edcf2107f1f695017b
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Oct 28 16:08:31 2014 +0000
lastAnchorPos got renamed to mpLastAnchorPos
Change-Id: Icfb055123e049cdc16a5825e4be4f18a42d6cb7f
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 2ab0967..97e7c6b 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);
More information about the Libreoffice-commits
mailing list