summaryrefslogtreecommitdiff
path: root/vcl/jsdialog
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2023-03-20 17:47:17 +0530
committerPranam Lashkari <lpranam@collabora.com>2023-03-21 22:11:43 +0000
commit65758e25b16db552af7699facbe068e3d4aebc3a (patch)
tree3f51c1fa8168abc260b06ceb78c80186a81011bd /vcl/jsdialog
parente8d56d600f16e137acf765842273feeca5d98b37 (diff)
jsdialog: enabled insert break(manual break) dialog(writer)
Signed-off-by: Pranam Lashkari <lpranam@collabora.com> Change-Id: I65213cd8822e574eff333b96a8718ebff2946f5c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149166 Tested-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> (cherry picked from commit 41b7f70981cffb9a04b6b132317915ca51519eab) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149236 Tested-by: Jenkins
Diffstat (limited to 'vcl/jsdialog')
-rw-r--r--vcl/jsdialog/enabled.cxx1
1 files changed, 1 insertions, 0 deletions
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"