summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2014-10-16 02:25:39 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2014-10-16 02:25:39 +0200
commit0834ebe9ee0508f58fa52989525d468e9f76a641 (patch)
treee76d36a9a8cee2c06bec3994288b5b1b67c75979
parent3d17be715e6e06dd41d0764808bde1572f4e8af1 (diff)
Version 4.2.7.2, tag libreoffice-4.2.7.2 libreoffice-4.2.7.2
Change-Id: Id2509c2ad33352eb65f9fb4a7cca7fa59647b811
0 files changed, 0 insertions, 0 deletions
eature/sparklines'>feature/sparklines LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/osx/salsys.cxx
this approach here addresses (and which thus partly reverts 1c9a40299d328c78c035ca63ccdf22c5c669a03b): 1 Rdb_services shall not contain the component files of all libraries that are built. While that commit filtered out the component files that go into Rdb_ure/services (ure/Rdb_ure.mk), it failed to filter out the component files that go into others like Rdb_postgresql-sdbc (connectivity/Rdb_postgresql-sdbc.mk). 2 The code added by that commit to Makefile.gbuild codified the knowledge that there is an Rdb_services, which is brittle. 3 The code added by that commit to solenv/gbuild/Rdb.mk codified the knowledge (for gb_Rdb__URECOMPONENTS) that there is an Rdb_ure/services, which is brittle. 4 Introducing an --enable-services-rdb-from-build option needlessly provided two different ways how the content of Rdb_services is assembled. The changes done here would leave --enable-services-rdb-from-build as a misnomer, as it no longer controls how Rdb_services is assembled. I thus renamed it to --enable-customtarget-components, as that is apparently what it still does now. Change-Id: Ia5e8df4b640146c77421fcec6daa11a9cd260265 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126577 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
AgeCommit message (Expand)Author
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2020-11-15loplugin:toolslong in Library_vclplug_osxStephan Bergmann
2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara
2018-12-11OSX implement bitmap-only rendering modeJan-Marek Glogowski
2017-10-24loplugin:includeform: vcl (macOS)Stephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna