Fix linking Library_evoab
> ld.lld: error: undefined symbol: LanguageTag::~LanguageTag()
> >>> referenced by NResultSet.cxx:82 (connectivity/source/drivers/evoab2/NResultSet.cxx:82)
> >>> /home/sbergman/lo3/core/workdir/CxxObject/connectivity/source/drivers/evoab2/NResultSet.o:(connectivity::evoab::ComparisonData::ComparisonData(std::__1::vector<connectivity::evoab::FieldSort, std::__1::allocator<connectivity::evoab::FieldSort>> const&))
> >>> referenced by NResultSet.cxx:82 (connectivity/source/drivers/evoab2/NResultSet.cxx:82)
> >>> /home/sbergman/lo3/core/workdir/CxxObject/connectivity/source/drivers/evoab2/NResultSet.o:(connectivity::evoab::ComparisonData::ComparisonData(std::__1::vector<connectivity::evoab::FieldSort, std::__1::allocator<connectivity::evoab::FieldSort>> const&))
after 7b87afa899
"clang-tidy
modernize-pass-by-value in unotools" changed
> --- a/include/unotools/intlwrapper.hxx
> +++ b/include/unotools/intlwrapper.hxx
> @@ -61,7 +61,7 @@ private:
> void ImplNewCollator( bool bCaseSensitive ) const;
>
> public:
> - IntlWrapper(const LanguageTag& rLanguageTag);
> + IntlWrapper(LanguageTag aLanguageTag);
> ~IntlWrapper();
>
> const LocaleDataWrapper* getLocaleData() const
Change-Id: I29371b27c260c822c427dab70bcb29943e34dfc5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135144
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
parent
970ff17f47
commit
a9eed29a7c
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ $(eval $(call gb_Library_use_libraries,evoab,\
|
||||||
comphelper \
|
comphelper \
|
||||||
cppu \
|
cppu \
|
||||||
cppuhelper \
|
cppuhelper \
|
||||||
|
i18nlangtag \
|
||||||
svl \
|
svl \
|
||||||
tl \
|
tl \
|
||||||
utl \
|
utl \
|
||||||
|
|
Loading…
Reference in a new issue