[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - include/svx
matteocam
matteo.campanelli at gmail.com
Tue Jun 16 09:05:02 PDT 2015
include/svx/svdotext.hxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 94cf197e6d786e6e2b9a17221b7a2faa0e5f9e4d
Author: matteocam <matteo.campanelli at gmail.com>
Date: Tue Jun 16 12:03:51 2015 -0400
TextChain is friend of SdrTextObj
Change-Id: I866fe10993296670bcca3883cf1ea5492f2ae5c9
diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx
index 9fd6262..83b488e 100644
--- a/include/svx/svdotext.hxx
+++ b/include/svx/svdotext.hxx
@@ -44,6 +44,7 @@ class SdrTextObj;
class SvxFieldItem;
class ImpSdrObjTextLink;
class EditStatus;
+class TextChain;
namespace sdr { namespace properties {
class TextProperties;
@@ -135,6 +136,8 @@ private:
friend class sdr::table::SdrTableRtfExporter;
friend class sdr::table::SdrTableRTFParser;
+ friend class TextChain;
+
// CustomShapeproperties need to access the "bTextFrame" member:
friend class sdr::properties::CustomShapeProperties;
More information about the Libreoffice-commits
mailing list