svx/source/svdraw/svdotxed.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 9a8b586318fbf65a9092d492ff4603b4cdfa1f64 Author: matteocam <matteo.campane...@gmail.com> Date: Tue Aug 12 15:52:29 2014 +0200 restoring unsetting of EE_CNTRL_AUTOPAGESIZE Change-Id: Ic23f7d8e1646dac7ed3e0ec8d41e7ed2cb56f2aa diff --git a/svx/source/svdraw/svdotxed.cxx b/svx/source/svdraw/svdotxed.cxx index 8569775..57e1ed9 100644 --- a/svx/source/svdraw/svdotxed.cxx +++ b/svx/source/svdraw/svdotxed.cxx @@ -63,9 +63,9 @@ bool SdrTextObj::BegTextEdit(SdrOutliner& rOutl) } // FIXME(matteocam) - /*sal_uIntPtr nStat1=rOutl.GetControlWord(); + sal_uIntPtr nStat1=rOutl.GetControlWord(); nStat1 &=~EE_CNTRL_AUTOPAGESIZE; - rOutl.SetControlWord(nStat1);*/ + rOutl.SetControlWord(nStat1); OutlinerParaObject* pOutlinerParaObject = GetOutlinerParaObject(); if(pOutlinerParaObject!=NULL) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits