# Pre-canned Distribution Configurations These files are supposed to correspond to the options used when creating the Document Foundation (or other "canonical") builds of LibreOffice for various platforms. They are *not* supposed to represent the "most useful" options for developers in general. On the contrary, the intent is that just running `./autogen.sh` without any options at all should produce a buildable configuration for developers with interest in working on the most commonly used parts of the code. See for how TDF builds make use of these switches. (Especially, since `--with-package-format` now triggers whether or not installation sets are built, all the relevant `*.conf` files specify it, except for `LibreOfficeLinux.conf`, where the TDF build instructions pass an explicit `--with-package-format="rpm deb"` in addition to `--with-distro=LibreOfficeLinux`.) (Possibly the above is a misunderstanding, or maybe there never even has been any clear consensus what situations these files actually are intended for.) The files contain sets of configuration parameters, and can be passed on the `autogen.sh` command line thus: ./autogen.sh --with-distro=LibreOfficeFoo Contrary to the above, in the Android case the amount of parameters you just must use is so large, that for convenience it is always easiest to use the corresponding distro-configs file. This is a bug and needs to be fixed; also configuring for Android should ideally use sane (or the only possible) defaults and work fine without any parameters at all. cib/libreoffice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/controller/slidelayoutcontroller.cxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2024-12-03 23:32:47 +0900
committerTomaž Vajngerl <quikee@gmail.com>2024-12-22 16:20:35 +0100
commit4eb05e0c0656516fce68475dc9be415874530094 (patch)
treeb6050312c291b50cb35d949c197d8c3a879b84cc /sd/source/ui/controller/slidelayoutcontroller.cxx
parente019575b64c4e33d4133ff10d45bedb9daa59cd2 (diff)
pdf: fix saving external PDF with form fields (CONTINUED) HEADmaster
This updates the test with comments and adds options at test start to make the test more robust (without those it can fail depending on the execution order of other tests) Change-Id: Ia7ea7e8810cc63b754d2d7f1ff1757839026ed3a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178760 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Jenkins