summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2023-03-20 18:50:12 +0530
committerPranam Lashkari <lpranam@collabora.com>2023-03-21 22:11:32 +0000
commite8d56d600f16e137acf765842273feeca5d98b37 (patch)
treed9962a0d831b8e54fbd0e3f59f483c08fd72fe9f /vcl
parentf2b97ecf340e1fd714c636060ae09382518a2b46 (diff)
jsdialog: enable watermark dialog (writer)
Change-Id: Ie1f5a299fd68bdfd21c04d1ef79514953a2ac5c3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149168 Tested-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> (cherry picked from commit 8c358c1616a16beb10752f0a60bbacccba15d6ea) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149234 Tested-by: Jenkins Reviewed-by: Pranam Lashkari <lpranam@collabora.com>
Diffstat (limited to 'vcl')
-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 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"