diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-03-29 07:02:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-03-29 07:02:25 +0000 |
commit | 99a51c99027e11fcee2c225b352c0007dcddedc8 (patch) | |
tree | 48520445b1e5fc4cf1759fb2d3d0cc8f21919b22 /officecfg/registry | |
parent | 9ff6f76b2db0f35e8e0418740d2a949b8aa5c950 (diff) |
INTEGRATION: CWS os78 (1.41.52); FILE MERGED
2006/03/13 13:40:34 os 1.41.52.1: #i61237# save index of currently selected address block
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index eeccb1eb34af..7e636ae9ebed 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -5,9 +5,9 @@ * * $RCSfile: Writer.xcs,v $ * - * $Revision: 1.41 $ + * $Revision: 1.42 $ * - * last change: $Author: kz $ $Date: 2006-01-06 12:37:23 $ + * last change: $Author: obo $ $Date: 2006-03-29 08:02:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -807,6 +807,14 @@ </info> <value>true</value> </prop> + <prop oor:name="CurrentAddressBlock" oor:type="xs:int"> + <info> + <author>OS</author> + <desc>Determines the currently used address block.</desc> + <label>Current address block</label> + </info> + <value>0</value> + </prop> <prop oor:name="IsHideEmptyParagraphs" oor:type="xs:boolean"> <info> <author>OS</author> |