officecfg/registry/schema/org/openoffice/Office/Common.xcs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ca704f49ea82dd69e0df059f6a80214fb77f026d
Author:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
AuthorDate: Thu Jan 4 16:01:50 2024 +0100
Commit:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
CommitDate: Thu Jan 18 11:14:25 2024 +0100

    tdf#159120 Show only documents from the current module by default
    
    Treat individual LO modules as such.
    Suggesting spreadsheets in Writer's recent document list confuses the user.
    
    Start center shows all recent documents while the lists in Writer, Calc, 
Impress, etc
    only show the types supported by the current module.
    
    Change-Id: I9f95463424d9cc9bf2b1910aeed6e8e84a52aef2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161782
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>
    Tested-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 73de7af3a267..79c419b79a18 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -1953,7 +1953,7 @@
           <desc>The entry specifies if the recent document list should show 
only
           files that can be handled by the current module.</desc>
         </info>
-        <value>false</value>
+        <value>true</value>
       </prop>
       <set oor:name="HelpBookmarks" oor:node-type="HistoryType">
         <info>

Reply via email to