diff options
author | Charu Tyagi <charu.tyagi@ericsson.com> | 2015-03-25 10:13:35 +0530 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-03-31 12:33:01 +0200 |
commit | 50a0ddb99d53f86b571acc0373f0d2b4ec6d611a (patch) | |
tree | 93b3f897bfd152d0e20de39baee897830b76fe70 /officecfg | |
parent | 08983ca2872d83685547cb5c05467ad21a27d834 (diff) |
fdo#87441-Send document as Email removes invisible content
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, plus trivial
modifications for -Werror,-Wlogical-op-parentheses and loplugin:bodynotinblock
Change-Id: I149681b3743eaf96e98419bd568f88b451e9ba01
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index b613d3f4d176..abfa4044442c 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -6394,6 +6394,12 @@ </info> <value/> </prop> + <prop oor:name="Hidden" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Specifies whether invisible content should be hidden or not.</desc> + </info> + <value>true</value> + </prop> </group> <group oor:name="I18N"> <info> |