diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-03 12:16:02 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-03 12:16:02 +0000 |
commit | 69bf02d52d55687e2d9997c2b8b26ebdc34ab460 (patch) | |
tree | 5fa0565a9204ca6d4a47e8c0c9d92d82632616c4 /officecfg | |
parent | fb78cbe9b35f16d13aed102f2972ac95cc51f897 (diff) |
INTEGRATION: CWS presenterview (1.29.10); FILE MERGED
2008/03/26 10:43:25 cl 1.29.10.6: RESYNC: (1.30-1.32); FILE MERGED
2008/02/26 10:13:37 af 1.29.10.5: #i18486# Moved PresenterScreen specific definitions to sdext project.
2008/02/26 09:02:06 af 1.29.10.4: RESYNC: (1.29-1.30); FILE MERGED
2007/10/23 11:41:44 af 1.29.10.3: #i18486# Reorganized the theme structure.
2007/09/12 08:56:04 af 1.29.10.2: #i18486# Added schema entries for the presenter.
2007/08/13 14:18:38 af 1.29.10.1: #i18486# Added declaration of startup services and presenter theming.
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Impress.xcs | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs index 02fae29e700e..aaaf7ba36b3d 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -5,9 +5,9 @@ * * $RCSfile: Impress.xcs,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: vg $ $Date: 2008-03-18 12:10:53 $ + * last change: $Author: kz $ $Date: 2008-04-03 13:16:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -82,6 +82,17 @@ </info> </set> </group> + <group oor:name="StartupService"> + <info> + <desc>A service that is instantiated when a framework is initializd for a + Draw or Impress document.</desc> + </info> + <prop oor:name="ServiceName" oor:type="xs:string"> + <info> + <desc>The name of the startup service.</desc> + </info> + </prop> + </group> </templates> <component> <group oor:name="Layout"> @@ -1367,6 +1378,13 @@ <label>Multi Pane Framework Resource Factories</label> </info> </set> + <set oor:name="StartupServices" oor:node-type="StartupService"> + <info> + <desc>Set of services that are instantiated every time the + framework of a Draw or Impress document is initialized.</desc> + <label>Multi Pane Framework Startup Services</label> + </info> + </set> </group> <group oor:name="SlideSorter"> <info> |