diff options
author | David Tardon <dtardon@redhat.com> | 2016-03-24 14:52:35 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-03-24 15:32:36 +0100 |
commit | 6392347e27ed500b30acc62e9e27618eab5a8ee0 (patch) | |
tree | 7bbe36e38e13e1ee1736d89aa1ca4a65e528e526 /officecfg | |
parent | 0e59494525d8e94a9b7deeb63fcbb1c04801de4c (diff) |
tdf#39271 allow to export only notes pages
Change-Id: Ia03062cf31b6bab8196dc317a7e8fbcfc86fadf0
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 67b72cd54c9f..c37c12c850c1 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5148,6 +5148,13 @@ </info> <value>false</value> </prop> + <prop oor:name="ExportOnlyNotesPages" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Specifies if only notes pages (i.e., not slides) are exported to PDF. (Notes pages + are available in Impress documents only).</desc> + </info> + <value>false</value> + </prop> <prop oor:name="UseTransitionEffects" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Specifies slide transitions are exported to PDF. This option |