You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2019/02/15 21:38:52 UTC

svn commit: r1853670 - /openoffice/trunk/main/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu

Author: mseidel
Date: Fri Feb 15 21:38:52 2019
New Revision: 1853670

URL: http://svn.apache.org/viewvc?rev=1853670&view=rev
Log:
Sometimes the frame toolbar is missing from Writer when selecting a frame.

This should fix it.

Modified:
    openoffice/trunk/main/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu

Modified: openoffice/trunk/main/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu?rev=1853670&r1=1853669&r2=1853670&view=diff
==============================================================================
--- openoffice/trunk/main/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu (original)
+++ openoffice/trunk/main/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu Fri Feb 15 21:38:52 2019
@@ -304,6 +304,12 @@
 				</prop>
 			</node>
 			<node oor:name="private:resource/toolbar/frameobjectbar" oor:op="replace">
+				<prop oor:name="DockPos" oor:type="xs:string">
+					<value>0,1</value>
+				</prop>
+				<prop oor:name="DockingArea" oor:type="xs:int">
+					<value>0</value>
+				</prop>
 				<prop oor:name="UIName" oor:type="xs:string">
 					<value xml:lang="en-US">Frame</value>
 				</prop>