sfx2/sdi/sfx.sdi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 37555980d7cd1804a870bc45c6b6f66667c4eebd
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Mon Feb 10 19:31:17 2025 +0100
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Mon Feb 10 23:03:04 2025 +0100

    disable invoking Search and Replace dialog (by Ctrl+H) in read-only 
documents
    
    Change-Id: Ib49d6260ec465070caa6dae6620ea01b5814648e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181377
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>

diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi
index ad4a5a5b4189..7318b659c292 100644
--- a/sfx2/sdi/sfx.sdi
+++ b/sfx2/sdi/sfx.sdi
@@ -3968,7 +3968,7 @@ SfxBoolItem SearchDialog SID_SEARCH_DLG
 [
     AutoUpdate = TRUE,
     FastCall = FALSE,
-    ReadOnlyDoc = TRUE,
+    ReadOnlyDoc = FALSE,
     Toggle = FALSE,
     Container = FALSE,
     RecordAbsolute = FALSE,

Reply via email to