From 5e2bd2bb4c1a2f8a5467009b4ab7007401a14446 Mon Sep 17 00:00:00 2001 From: Rashesh Date: Thu, 26 Sep 2024 16:39:55 +0530 Subject: cool#10115 sc: enable ScPosWnd for lokit with jsdialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I18829c48a2495e3aa31af83970c8c1c4791a170a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173987 Tested-by: Jenkins CollaboraOffice Reviewed-by: Szymon Kłos (cherry picked from commit 9ffc274bbc414d1e98313af804386861beeff9bf) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177645 Tested-by: Jenkins --- vcl/inc/jsdialog/enabled.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vcl/inc/jsdialog/enabled.hxx') diff --git a/vcl/inc/jsdialog/enabled.hxx b/vcl/inc/jsdialog/enabled.hxx index 70a867f0acb3..5c85f310f155 100644 --- a/vcl/inc/jsdialog/enabled.hxx +++ b/vcl/inc/jsdialog/enabled.hxx @@ -17,6 +17,8 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool bMobile); bool isBuilderEnabledForPopup(std::u16string_view rUIFile); bool isBuilderEnabledForMenu(std::u16string_view rUIFile); bool isBuilderEnabledForSidebar(std::u16string_view rUIFile); +bool isBuilderEnabledForAddressInput(std::u16string_view rUIFile); +bool isBuilderEnabledForFormulabar(std::u16string_view rUIFile); bool isInterimBuilderEnabledForNotebookbar(std::u16string_view rUIFile); } -- cgit