diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-21 14:33:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-21 14:49:42 +0000 |
commit | b97d9a1238a82461e64717757a4527565f879ee2 (patch) | |
tree | 6d4de98530bd6170633a131ea6b239f36f9c52eb /officecfg | |
parent | 1dbc6d05ded0dc1df75f7b9ff779571c98800035 (diff) |
slot:5500 -> .uno:NewDoc(FromTemplate)
try and strip out the slot:5500 magic/lunacy
Change-Id: I7236c83fba6cb8264f76aca90242775a3de58645
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 889560205c3e..ffca153e7b62 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -342,7 +342,7 @@ </node> <node oor:name="m14" oor:op="replace"> <prop oor:name="URL" oor:type="xs:string"> - <value>slot:5500</value> + <value>.uno:NewDoc</value> </prop> <prop oor:name="Title"> <value xml:lang="en-US">Templates</value> |