diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-06-13 20:03:26 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-17 16:40:13 +0200 |
commit | 6108d06c1259424bea2055ab6cb7ca8635656486 (patch) | |
tree | d2238197e6d83910d54cbe4c0ef5020fbc884c41 /officecfg | |
parent | 603c2cb9dd33ba7fbfc4865b20beee7896b2dc8a (diff) |
tubes: add File -> Collaborate menu entry to launch contacts widget
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index be058594cfe9..e6767b7826e7 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -763,6 +763,11 @@ <value xml:lang="en-US">Sheet Area Input Field</value> </prop> </node> + <node oor:name=".uno:Collaborate" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Collaborate...</value> + </prop> + </node> <node oor:name=".uno:UnderlineNone" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Underline: Off</value> |