[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - include/svx
matteocam
matteo.campanelli at gmail.com
Mon Jul 14 01:32:14 PDT 2014
include/svx/svdotext.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 52b7ff2432043c4bd95424596ebb3e4dcf22971e
Author: matteocam <matteo.campanelli at gmail.com>
Date: Mon Jul 14 10:31:06 2014 +0200
SdrTextObj with explicit successor
Change-Id: I9b18ab72847e1419612b8c506bc8e3e9f408c825
diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx
index 709646f..ce46947 100644
--- a/include/svx/svdotext.hxx
+++ b/include/svx/svdotext.hxx
@@ -216,8 +216,8 @@ public:
protected:
//FIXME(matteocam)
- // whether the text object has a successor in a chain
- bool mbChained;
+ // the successor in a chain
+ SdrTextObj *pNextInChain = NULL;
// Fuer beschriftete Zeichenobjekte ist bTextFrame=FALSE. Der Textblock
// wird dann hoizontal und vertikal an aRect zentriert. Bei bTextFrame=
More information about the Libreoffice-commits
mailing list