sc/Library_vbaobj.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b1c4dc433fd377dca87cb29189fe00310ccb25c9
Author: Thorsten Behrens <[email protected]>
AuthorDate: Mon Mar 25 00:22:13 2024 +0100
Commit: Stephan Bergmann <[email protected]>
CommitDate: Tue May 7 23:14:00 2024 +0200
fix linker error for PCH build
Error was:
ld.lld: error: undefined symbol: LanguageTag::~LanguageTag()
>>> referenced by stl_construct.h:119
(/usr/lib64/gcc/x86_64-suse-linux/13/../../../../include/c++/13/bits/stl_construct.h:119)
>>>
core/workdir/CxxObject/sc/inc/pch/precompiled_vbaobj.o:(void
std::_Construct<LocaleDataWrapper,
com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>&,
LanguageTag const&>(LocaleDataWrapper*,
com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>&,
LanguageTag const&))
>>> referenced by stl_construct.h:119
(/usr/lib64/gcc/x86_64-suse-linux/13/../../../../include/c++/13/bits/stl_construct.h:119)
>>>
core/workdir/CxxObject/sc/inc/pch/precompiled_vbaobj.o:(void
std::_Construct<LocaleDataWrapper,
com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>&,
LanguageTag const&>(LocaleDataWrapper*,
com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>&,
LanguageTag const&))
>>> referenced by stl_construct.h:119
(/usr/lib64/gcc/x86_64-suse-linux/13/../../../../include/c++/13/bits/stl_construct.h:119)
>>>
core/workdir/CxxObject/sc/inc/pch/precompiled_vbaobj.o:(void
std::_Construct<CharClass,
com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&,
LanguageTag const&>(CharClass*,
com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&,
LanguageTag const&))
>>> referenced 5 more times
Change-Id: Ie84d062d1815aa8e8118171862e0f8f64331d769
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166346
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <[email protected]>
(cherry picked from commit b4be47efb848bd5209cb1f2d915c22814b516d32)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166896
Reviewed-by: Stephan Bergmann <[email protected]>
diff --git a/sc/Library_vbaobj.mk b/sc/Library_vbaobj.mk
index 49868d85e97a..b35e929b326f 100644
--- a/sc/Library_vbaobj.mk
+++ b/sc/Library_vbaobj.mk
@@ -39,6 +39,7 @@ $(eval $(call gb_Library_use_libraries,vbaobj,\
cppuhelper \
editeng \
for \
+ i18nlangtag \
msfilter \
sal \
sb \