vcl/jsdialog/enabled.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0d72df3499547e445cad77103b3bc1a2e529c994
Author:     Shardul Vikram Singh <[email protected]>
AuthorDate: Wed Oct 22 18:43:21 2025 +0530
Commit:     Andras Timar <[email protected]>
CommitDate: Sat Jan 10 23:41:11 2026 +0100

    JSDialog: implement jsdialog for mergecellsdialog
    
    Change-Id: I5318082404f298563a91467e683ea45b21a99ea0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192851
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Szymon Kłos <[email protected]>
    Tested-by: Szymon Kłos <[email protected]>
    (cherry picked from commit 31836df432eb0606acfdbec91464fa5edb3a0638)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196972
    Tested-by: Jenkins
    Reviewed-by: Andras Timar <[email protected]>

diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index b2e396deff68..32c4b7fbcb96 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -171,6 +171,7 @@ constexpr auto ScalcDialogList
         { u"modules/scalc/ui/imoptdialog.ui" },
         { u"modules/scalc/ui/insertcells.ui" },
         { u"modules/scalc/ui/managenamesdialog.ui" },
+        { u"modules/scalc/ui/mergecellsdialog.ui" },
         { u"modules/scalc/ui/movecopysheet.ui" },
         { u"modules/scalc/ui/movingaveragedialog.ui" },
         { u"modules/scalc/ui/optimalcolwidthdialog.ui" },

Reply via email to