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

New commits:
commit b12c6c938450dee5092378b543da8bd8e2f1227f
Author:     Pranam Lashkari <lpra...@collabora.com>
AuthorDate: Wed Mar 15 17:48:09 2023 +0530
Commit:     Pranam Lashkari <lpra...@collabora.com>
CommitDate: Fri Mar 17 16:17:00 2023 +0000

    jsdialog: enabled paste special dialog
    
    Change-Id: I20833a2d138208ad139d0a4c673f87a0f7eb8f5d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148920
    Tested-by: Szymon Kłos <szymon.k...@collabora.com>
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>
    (cherry picked from commit 8665bd300f60a3934d9991a877097112edda325f)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149015
    Tested-by: Jenkins
    Reviewed-by: Pranam Lashkari <lpra...@collabora.com>

diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index 2eb5a8e0c51b..efb8362c414c 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -52,6 +52,7 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool 
bMobile)
         || rUIFile == u"cui/ui/paraindentspacing.ui"
         || rUIFile == u"cui/ui/paratabspage.ui"
         || rUIFile == u"cui/ui/password.ui"
+        || rUIFile == u"cui/ui/pastespecial.ui"
         || rUIFile == u"cui/ui/patterntabpage.ui"
         || rUIFile == u"cui/ui/positionpage.ui"
         || rUIFile == u"cui/ui/queryduplicatedialog.ui"

Reply via email to