summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMarco Cecchetti <marco.cecchetti@collabora.com>2023-06-13 19:30:05 +0200
committerMarco Cecchetti <marco.cecchetti@collabora.com>2023-06-14 21:18:25 +0200
commitcd4ad81ca334a3d2bc90bab81502ae5350bac84d (patch)
treee035c8e2b47821da7694d4d823f549599c687e30 /desktop
parent189db43ee59cc6dea56800fdea50a5a4f9df10b1 (diff)
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 <gokaysatir@collabora.com> Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 743881175763..874e3ac1ffb2 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3466,6 +3466,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"),