[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - svx/source
matteocam
matteo.campanelli at gmail.com
Tue Aug 12 06:53:14 PDT 2014
svx/source/svdraw/svdotxed.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 9a8b586318fbf65a9092d492ff4603b4cdfa1f64
Author: matteocam <matteo.campanelli at 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)
More information about the Libreoffice-commits
mailing list