officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0aaa964224be38323e4f9e456655da2a8b4c2b66
Author:     Rafael Lima <rafael.palma.l...@gmail.com>
AuthorDate: Mon Apr 25 13:55:22 2022 +0100
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Tue Apr 26 12:06:27 2022 +0200

    tdf#148751 Enable Text toolbar by default in Draw
    
    The "Text" toolbar is not visible in the View - Toolbars menu, however it 
is accessible via Tools - Customize - Toolbars.
    
    As per user request in the bug report, I am setting this toolbar as visible 
in the default configuration.
    
    Change-Id: I1d2249925f24158758bd9f439634191d67ad38e4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133395
    Tested-by: Jenkins
    Tested-by: Olivier Hallot <olivier.hal...@libreoffice.org>
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu
index 8f820ad0ac88..60f79a056a9a 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu
@@ -626,7 +626,7 @@
           <value>false</value>
         </prop>
         <prop oor:name="HideFromToolbarMenu" oor:type="xs:boolean">
-          <value>true</value>
+          <value>false</value>
         </prop>
       </node>
       <node oor:name="private:resource/toolbar/textobjectbar" oor:op="replace">

Reply via email to