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

New commits:
commit 41b7f70981cffb9a04b6b132317915ca51519eab
Author:     Pranam Lashkari <lpra...@collabora.com>
AuthorDate: Mon Mar 20 17:47:17 2023 +0530
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Tue Mar 21 13:02:59 2023 +0000

    jsdialog: enabled insert break(manual break) dialog(writer)
    
    Signed-off-by: Pranam Lashkari <lpra...@collabora.com>
    Change-Id: I65213cd8822e574eff333b96a8718ebff2946f5c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149166
    Tested-by: Szymon Kłos <szymon.k...@collabora.com>
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>

diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index 7efb9de2bb84..c93e80eb17fd 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -137,6 +137,7 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool 
bMobile)
         || rUIFile == u"modules/swriter/ui/footnoteareapage.ui"
         || rUIFile == u"modules/swriter/ui/footnotesendnotestabpage.ui"
         || rUIFile == u"modules/swriter/ui/indentpage.ui"
+        || rUIFile == u"modules/swriter/ui/insertbreak.ui"
         || rUIFile == u"modules/swriter/ui/insertcaption.ui"
         || rUIFile == u"modules/swriter/ui/insertsectiondialog.ui"
         || rUIFile == u"modules/swriter/ui/linenumbering.ui"

Reply via email to