[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - include/svx svx/Library_svxcore.mk svx/source

matteocam matteo.campanelli at gmail.com
Thu Jul 23 11:45:50 PDT 2015


 include/svx/textchaincursor.hxx       |    6 ++++++
 svx/Library_svxcore.mk                |    1 +
 svx/source/svdraw/textchaincursor.cxx |    1 +
 3 files changed, 8 insertions(+)

New commits:
commit 8cc7337e404f0365c52ca86f2e9c7642255e5752
Author: matteocam <matteo.campanelli at gmail.com>
Date:   Thu Jul 23 20:45:15 2015 +0200

    Add textchaincursor files
    
    Change-Id: I1d6d5004ee1d5979dd4227141cf7544240399a4f

diff --git a/include/svx/textchaincursor.hxx b/include/svx/textchaincursor.hxx
new file mode 100644
index 0000000..0e6c127
--- /dev/null
+++ b/include/svx/textchaincursor.hxx
@@ -0,0 +1,6 @@
+
+
+class TextChainCursorHandler
+{
+
+};
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 22ce1a3..dc90153 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -341,6 +341,7 @@ $(eval $(call gb_Library_add_exception_objects,svxcore,\
     svx/source/svdraw/svdxcgv \
     svx/source/svdraw/textchain \
     svx/source/svdraw/textchainflow \
+    svx/source/svdraw/textchaincursor \
     svx/source/styles/CommonStylePreviewRenderer \
     svx/source/styles/CommonStyleManager \
     svx/source/table/cell \
diff --git a/svx/source/svdraw/textchaincursor.cxx b/svx/source/svdraw/textchaincursor.cxx
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/svx/source/svdraw/textchaincursor.cxx
@@ -0,0 +1 @@
+


More information about the Libreoffice-commits mailing list