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

New commits:
commit 261290531706f9799f082a93527ffd0fd2eb62dc
Author:     Caolán McNamara <[email protected]>
AuthorDate: Fri Feb 6 17:20:27 2026 +0000
Commit:     Szymon Kłos <[email protected]>
CommitDate: Mon Feb 9 05:37:28 2026 +0100

    enable border/background dialog variant used in calc header setup
    
    calc, page setup, margin, custom margins, header, more
    
    before this both a tunneled and jsdialog appear, with this the
    desired jsdialog is there
    
    Change-Id: I73af4c8b2516f0da84fa7eccfac60d4e3f568beb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198860
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Szymon Kłos <[email protected]>

diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index 57a36e817038..dbf09fd6a435 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -61,6 +61,7 @@ constexpr auto CuiDialogList
         { u"cui/ui/areadialog.ui" },
         { u"cui/ui/asiantypography.ui" },
         { u"cui/ui/borderareatransparencydialog.ui" },
+        { u"cui/ui/borderbackgrounddialog.ui" },
         { u"cui/ui/borderpage.ui" },
         { u"cui/ui/bulletandposition.ui" },
         { u"cui/ui/cellalignment.ui" },

Reply via email to