[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - include/svx
matteocam
matteo.campanelli at gmail.com
Sun Jun 28 23:40:42 PDT 2015
include/svx/textchainflow.hxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit f438fe420349da7e656b6a44110cf1d7b377caec
Author: matteocam <matteo.campanelli at gmail.com>
Date: Mon Jun 29 02:40:13 2015 -0400
Saving current underflowing text at underflowing time
Change-Id: I62d05e4682d8145ac3f3e825eaf14ff653c453a5
diff --git a/include/svx/textchainflow.hxx b/include/svx/textchainflow.hxx
index d76f371..1ae66f2 100644
--- a/include/svx/textchainflow.hxx
+++ b/include/svx/textchainflow.hxx
@@ -25,6 +25,7 @@ class SdrOutliner;
class NonOverflowingText;
class OverflowingText;
class TextChain;
+class OutlinerParaObject;
// XXX: Specialize class for Editing mode and non editing mode?
// XXX: const qualifiers?
@@ -71,6 +72,8 @@ class TextChainFlow {
OverflowingText *mpOverflowingTxt;
NonOverflowingText *mpNonOverflowingTxt;
+ OutlinerParaObject *mpUnderflowingPObj;
+
};
#endif // INCLUDED_SVX_TEXTCHAINFLOW_HXX
More information about the Libreoffice-commits
mailing list