diff options
author | Xisco Fauli <anistenis@gmail.com> | 2012-10-21 20:27:16 +0200 |
---|---|---|
committer | xisco <xisco@xisco-laptop.(none)> | 2012-10-23 01:13:15 +0200 |
commit | 9ad72dd384bb9553fb12f6829d27fa73d25c2503 (patch) | |
tree | 61326d01ca01fc45eca969bc5dc5debb08ccf033 /officecfg | |
parent | bf51d4c7c34ef74386d653fd118ca5435b58a34d (diff) |
pyletter: enable python letter wizard by using ?insert url
Change-Id: I495997e116337d2b6b8df4ef1bda3af3707347e7
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 2f13b99148c6..27f4ab6042cd 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -390,7 +390,7 @@ <node oor:name="Wizard"> <node oor:name="m0" oor:op="replace" install:module="writer"> <prop oor:name="URL" oor:type="xs:string"> - <value >service:com.sun.star.wizards.letter.CallWizard?start</value> + <value >service:com.sun.star.wizards.letter.CallWizard?insert</value> </prop> <prop oor:name="Title"> <value xml:lang="en-US">~Letter...</value> |