diff -ru a/nspr/configure b/nspr/configure --- a/a/nspr/configure 2019-01-26 12:23:06.589389910 +0100 +++ b/b/nspr/configure 2019-01-26 12:26:56.566222293 +0100 @@ -6883,7 +6883,7 @@ # Determine compiler version - _MSVC_VER_FILTER='s|.* \([0-9]\+\.[0-9]\+\.[0-9]\+\(\.[0-9]\+\)\?\).*|\1|p' + _MSVC_VER_FILTER='s|.*[^!-~]\([0-9]\+\.[0-9]\+\.[0-9]\+\(\.[0-9]\+\)\?\).*|\1|p' CC_VERSION=`${CC} -v 2>&1 | sed -ne "$_MSVC_VER_FILTER"` if test -z "$CC_VERSION"; then ain'>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/pageformatpage.ui
AgeCommit message (Expand)Author
2022-09-20tdf#151070 Leverage UI layout to show relation between buddy optionsAdolfo Jayme Barrientos
2022-03-08remove some member-of a11y relationsCaolán McNamara
2022-03-08resave with latest gladeCaolán McNamara
2021-08-27Related tdf#119931 - Fix accessibility warningsHeiko Tietze
2021-06-16stray unwanted 'relief' property on random checkboxCaolán McNamara
2021-04-01tdf#140343 sw page rtl gutter margin: add UIMiklos Vajna
2021-03-25tdf#134734 svx,sd: BackgroundFullSizeMichael Stahl
2021-03-25tdf#134734 tdf#141059 tdf#122508 cui,sw,xmloff: BackgroundFullSizeMichael Stahl
2021-02-08tdf#91920 sw page gutter margin, from top: add UIMiklos Vajna
2021-02-04tdf#91920 sw page gutter margin: add UIMiklos Vajna
2021-01-21remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara
2021-01-13fix indents to be consistentCaolán McNamara
2021-01-06drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara
2020-11-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara