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

New commits:
commit 65758e25b16db552af7699facbe068e3d4aebc3a
Author:     Pranam Lashkari <[email protected]>
AuthorDate: Mon Mar 20 17:47:17 2023 +0530
Commit:     Pranam Lashkari <[email protected]>
CommitDate: Tue Mar 21 22:11:43 2023 +0000

    jsdialog: enabled insert break(manual break) dialog(writer)
    
    Signed-off-by: Pranam Lashkari <[email protected]>
    Change-Id: I65213cd8822e574eff333b96a8718ebff2946f5c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149166
    Tested-by: Szymon Kłos <[email protected]>
    Reviewed-by: Szymon Kłos <[email protected]>
    (cherry picked from commit 41b7f70981cffb9a04b6b132317915ca51519eab)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149236
    Tested-by: Jenkins

diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index 1dad92a7347c..54ffe823aecf 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -112,6 +112,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"
commit e8d56d600f16e137acf765842273feeca5d98b37
Author:     Pranam Lashkari <[email protected]>
AuthorDate: Mon Mar 20 18:50:12 2023 +0530
Commit:     Pranam Lashkari <[email protected]>
CommitDate: Tue Mar 21 22:11:32 2023 +0000

    jsdialog: enable watermark dialog (writer)
    
    Change-Id: Ie1f5a299fd68bdfd21c04d1ef79514953a2ac5c3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149168
    Tested-by: Szymon Kłos <[email protected]>
    Reviewed-by: Szymon Kłos <[email protected]>
    (cherry picked from commit 8c358c1616a16beb10752f0a60bbacccba15d6ea)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149234
    Tested-by: Jenkins
    Reviewed-by: Pranam Lashkari <[email protected]>

diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index a99417b50a27..1dad92a7347c 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -124,6 +124,7 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool 
bMobile)
         || rUIFile == u"modules/swriter/ui/templatedialog8.ui"
         || rUIFile == u"modules/swriter/ui/textgridpage.ui"
         || rUIFile == u"modules/swriter/ui/translationdialog.ui"
+        || rUIFile == u"modules/swriter/ui/watermarkdialog.ui"
         // sfx
         || rUIFile == u"sfx/ui/cmisinfopage.ui"
         || rUIFile == u"sfx/ui/custominfopage.ui"

Reply via email to