desktop/source/lib/init.cxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit dbd124519daa507f560fad4619c0b41f24001818 Author: Marco Cecchetti <marco.cecche...@collabora.com> AuthorDate: Tue Jun 13 19:30:05 2023 +0200 Commit: Aron Budea <aron.bu...@collabora.com> CommitDate: Tue Jul 4 01:16:14 2023 +0200
lok: on switching from tabbed to compact ui 2 buttons were disabled Number Format Increase Decimals, Number Format Decrease Decimals were not enabled on switching ui. Change-Id: Ia81a43ef40168dcbf071d071231b795f9bf8659e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153050 Reviewed-by: Gökay ŞATIR <gokaysa...@collabora.com> Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> (cherry picked from commit cd4ad81ca334a3d2bc90bab81502ae5350bac84d) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153594 Tested-by: Jenkins Reviewed-by: Aron Budea <aron.bu...@collabora.com> diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 971e1ecc75e4..bef06bcd4f98 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -3486,6 +3486,8 @@ static void doc_iniUnoCommands () OUString(".uno:NumberFormatCurrency"), OUString(".uno:NumberFormatPercent"), OUString(".uno:NumberFormatDecimal"), + OUString(".uno:NumberFormatIncDecimals"), + OUString(".uno:NumberFormatDecDecimals"), OUString(".uno:NumberFormatDate"), OUString(".uno:EditHeaderAndFooter"), OUString(".uno:FrameLineColor"),