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

New commits:
commit 54ef7f9ea9e6d0c62076b4fc296ea1feb506b309
Author:     Jaume Pujantell <jaume.pujant...@collabora.com>
AuthorDate: Mon Jan 8 17:20:28 2024 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Thu Jan 11 13:45:55 2024 +0100

    cool#7996 enable jsdialog for font page in document properties
    
    The checkboxes of font page on the document properties dialog were
    not saving the changes after pressing ok.
    
    Change-Id: I5e7d16de267dd5d6874a84b518f6ec769db4fcc2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161795
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>
    (cherry picked from commit 545d512cccca5f7b866696b3a4dfc0e00748029d)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161863
    Tested-by: Jenkins

diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index d5997c9c6a9f..058880a97835 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -227,6 +227,7 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool 
bMobile)
         || rUIFile == u"sfx/ui/custominfopage.ui"
         || rUIFile == u"sfx/ui/descriptioninfopage.ui"
         || rUIFile == u"sfx/ui/documentinfopage.ui"
+        || rUIFile == u"sfx/ui/documentfontspage.ui"
         || rUIFile == u"sfx/ui/documentpropertiesdialog.ui"
         || rUIFile == u"sfx/ui/editdurationdialog.ui"
         || rUIFile == u"svx/ui/headfootformatpage.ui"

Reply via email to