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.campane...@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 @@ + _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits