diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2013-05-20 00:13:10 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2013-05-20 00:20:27 +0200 |
commit | 2d3baccf0249f8c68dcf8f9b0000453d0bc82d8f (patch) | |
tree | e40b44c418a9dde000e6e461d719b98227538539 /officecfg | |
parent | c0b8dd85d4b49e8800e69e614c567ce272ac9780 (diff) |
Math: new rendered Elements docking window added
Added a docking window with elements that are rendered using the
math renderer insted of static pictures. Currently this is an
alternative to the existing elements floating window which will
be removed when the new one is ready. This is an initial but
fully functional version.
Change-Id: I7678d09d643c532c672447026b0f12b7b70fc91d
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu index 0c6e2abd89df..fc99e062071d 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu @@ -156,6 +156,11 @@ <value xml:lang="en-US">Elements</value> </prop> </node> + <node oor:name=".uno:ElementsDockingWindow" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Elements Dock</value> + </prop> + </node> <node oor:name=".uno:FormelCursor" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Formula Cursor</value> |