diff options
author | Wang Lei <leiw@apache.org> | 2012-10-10 06:08:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-11 12:30:10 +0100 |
commit | 0946de1e2fbf8bd5ad3919429f648359d4464eca (patch) | |
tree | 5d3fa059defeeb3d3216e0f9e15eecd97917405d /sc/Library_sc.mk | |
parent | 1691607cc44579bc8193db382d96038177acfc64 (diff) |
Resolves: #i121120 Support RightB(), LeftB(), LenB() and MidB()
Patch by: Zhang Lu
Review by: Wang Lei
(cherry picked from commit 424079cb8348d77e40f7d3291578bdffbe662f34)
Conflicts:
formula/inc/formula/compiler.hrc
formula/inc/formula/opcode.hxx
oox/source/xls/formulabase.cxx
sc/inc/helpids.h
sc/util/hidother.src
sc/util/makefile.mk
Change-Id: Ia04aa69aa2764842507b36ba7cc8c99e99a314e9
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index 94ad19e17aec..189d7e2bab5c 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -38,6 +38,10 @@ $(eval $(call gb_Library_use_sdk_api,sc)) $(eval $(call gb_Library_use_externals,sc,\ boost_headers \ mdds_headers \ + icu_headers \ + icudata \ + icui18n \ + icuuc \ )) ifeq ($(ENABLE_TELEPATHY),TRUE) |