[Libreoffice-commits] core.git: sw/Library_sw.mk sw/source
Bjoern Michaelsen
bjoern.michaelsen at canonical.com
Wed Apr 15 16:39:15 PDT 2015
sw/Library_sw.mk | 2
sw/source/core/crsr/unocrsr.cxx | 255 -------------------------------------
sw/source/core/unocore/unocrsr.cxx | 255 +++++++++++++++++++++++++++++++++++++
3 files changed, 256 insertions(+), 256 deletions(-)
New commits:
commit 09a1e4f36128f64029d45a38d9b059bf11ea0821
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date: Wed Apr 15 21:52:45 2015 +0200
move unocrsr to unocore
Change-Id: I1a3185e89e68b4d85221b8296fe9ffad8b18de5f
Reviewed-on: https://gerrit.libreoffice.org/15335
Tested-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk
index a6f7a3a..24bde65 100644
--- a/sw/Library_sw.mk
+++ b/sw/Library_sw.mk
@@ -157,7 +157,6 @@ $(eval $(call gb_Library_add_exception_objects,sw,\
sw/source/core/crsr/trvlfnfl \
sw/source/core/crsr/trvlreg \
sw/source/core/crsr/trvltbl \
- sw/source/core/crsr/unocrsr \
sw/source/core/crsr/viscrs \
sw/source/core/crsr/overlayrangesoutline \
sw/source/core/doc/SwStyleNameMapper \
@@ -459,6 +458,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\
sw/source/core/unocore/unobkm \
sw/source/core/unocore/unochart \
sw/source/core/unocore/unocoll \
+ sw/source/core/unocore/unocrsr \
sw/source/core/unocore/unocrsrhelper \
sw/source/core/unocore/unodraw \
sw/source/core/unocore/unoevent \
diff --git a/sw/source/core/crsr/unocrsr.cxx b/sw/source/core/unocore/unocrsr.cxx
similarity index 100%
rename from sw/source/core/crsr/unocrsr.cxx
rename to sw/source/core/unocore/unocrsr.cxx
More information about the Libreoffice-commits
mailing list