diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-02-25 15:33:39 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-02-25 15:54:59 +0100 |
commit | bece6c3a556e29f614b104a5d90882f73242cada (patch) | |
tree | e1164b76956291517ee56c443d477445785057fa | |
parent | afab854df6b704d45404826302d048d8b706e4d9 (diff) |
fdo#60924: move ctl from scp2 to gbuild
Change-Id: If2b1df2e71f6f206bff0951205490283e481c199
-rw-r--r-- | Repository.mk | 2 | ||||
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Repository.mk b/Repository.mk index 7d7cb6cfcc90..49a08c7a3736 100644 --- a/Repository.mk +++ b/Repository.mk @@ -231,6 +231,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,OOO, \ bib \ chartcore \ chartcontroller \ + ctl \ )) $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ abp \ @@ -260,7 +261,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ basegfx \ calc \ cppcanvas \ - ctl \ cui \ dba \ dbase \ diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 1afbb2137587..55fd2d990cd5 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -165,8 +165,6 @@ File gid_File_Lib_Comphelper2 Styles = (PACKED); End -STD_LIB_FILE( gid_File_Lib_Ctl , ctl) - STD_LIB_FILE( gid_File_Lib_Cui, cui) #ifndef SYSTEM_CURL |