diff options
author | Akshay Deep <akshaydeepiitr@gmail.com> | 2016-05-30 01:57:00 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-06-01 14:03:40 +0000 |
commit | bb8040595c9b6f0ccde39e6833f27a50abb891d8 (patch) | |
tree | 648623177d6ef56e12305239cabbee3cf19dedae /officecfg | |
parent | 6a8407d82d71083c8bdec6a106ba9092a5196cbe (diff) |
Impress: Replace Presentation Wizard with Template Manager
Drop the Presentation wizard and show the Template Manager instead
when starting Impress.
1. Opens a blank template with Template Manager.
2. If user selects a template, load it over the blank template.
3. SfxTemplateSelectionDlg for impress integration.
Change-Id: Ia9c3cafc973e3741c6ea9f838018a35956f37f4a
Reviewed-on: https://gerrit.libreoffice.org/25642
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 074c4756fc50..847ab0d6c0cc 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -389,28 +389,6 @@ <value>private:image/3216</value> </prop> </node> - <node oor:name="m4" oor:op="replace"> - <prop oor:name="URL" oor:type="xs:string"> - <value>private:separator</value> - </prop> - <prop oor:name="TargetName" oor:type="xs:string"> - <value>_self</value> - </prop> - </node> - <node oor:name="m5" oor:op="replace" install:module="impress"> - <prop oor:name="URL" oor:type="xs:string"> - <value>slot:10425</value> - </prop> - <prop oor:name="Title"> - <value xml:lang="en-US">~Presentation...</value> - </prop> - <prop oor:name="TargetName" oor:type="xs:string"> - <value>_self</value> - </prop> - <prop oor:name="ImageIdentifier" oor:type="xs:string"> - <value>private:image/3216</value> - </prop> - </node> <node oor:name="m6" oor:op="replace"> <prop oor:name="URL" oor:type="xs:string"> <value>private:separator</value> |