diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-04-15 21:52:45 +0200 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2015-04-15 23:37:49 +0000 |
commit | 09a1e4f36128f64029d45a38d9b059bf11ea0821 (patch) | |
tree | 2a83edc1b91501dbda9dd59c2039d19dbb4f69e1 /sw/Library_sw.mk | |
parent | 02c14ff310141fea1f716d154c6c851fe3024c74 (diff) |
move unocrsr to unocore
Change-Id: I1a3185e89e68b4d85221b8296fe9ffad8b18de5f
Reviewed-on: https://gerrit.libreoffice.org/15335
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'sw/Library_sw.mk')
-rw-r--r-- | sw/Library_sw.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index a6f7a3a48356..24bde65dd1c7 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 \ |