include/svx/textchainflow.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit f438fe420349da7e656b6a44110cf1d7b377caec
Author: matteocam <matteo.campane...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to