desktop/source/lib/init.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 46ccb563a8aeb4ce16c7fd852bfae3dad825e7df
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 Jun 20 07:29:53 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/+/153210
    Reviewed-by: Aron Budea <aron.bu...@collabora.com>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index b437735ed71b..28ddbd384896 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3446,6 +3446,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"),

Reply via email to