--- builds/posix/make.defaults +++ builds/posix/make.defaults @@ -279,7 +279,7 @@ ifeq (@USE_RPATH@,1) ifeq ($(strip @BINRELOC_CFLAGS@),) - LIB_LINK_RPATH = $(call LIB_PLATFORM_RPATH,$(if $(subst intl,,$(1)),@FB_LIBDIR@,@FB_INTLDIR@)) + LIB_LINK_RPATH = $(call LIB_PLATFORM_RPATH,'$$ORIGIN') else LIB_LINK_RPATH = $(call LIB_PLATFORM_RPATH,'$$ORIGIN/../$(1)') endif /'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/a11y/atktextattributes.cxx
AgeCommit message (Expand)Author
2024-11-06cid#1556442 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-05-12createFromAscii -> OUString literals in attribute_set_map_to_property_valuesNoel Grandin
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski
2021-05-10rename to remove the gtk3 prefixCaolán McNamara