summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-12-19 12:55:04 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-12-19 12:55:04 +0000
commita574d3249126e97b5936547845c3574787ee14e6 (patch)
treebefcc6805ddf6b65b4db336250a315071cfd5a50 /officecfg
parentbf6dc173dc90c4c061599d45372ea722ff642c53 (diff)
INTEGRATION: CWS fwk56 (1.17.266); FILE MERGED
2006/11/14 07:51:31 pb 1.17.266.1: fix: #i69133# added fathername and apartment
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/UserProfile.xcs20
1 files changed, 18 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/UserProfile.xcs b/officecfg/registry/schema/org/openoffice/UserProfile.xcs
index 221149f193..e1aa665146 100644
--- a/officecfg/registry/schema/org/openoffice/UserProfile.xcs
+++ b/officecfg/registry/schema/org/openoffice/UserProfile.xcs
@@ -5,9 +5,9 @@
*
* $RCSfile: UserProfile.xcs,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:09:43 $
+ * last change: $Author: ihi $ $Date: 2006-12-19 13:55:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -218,6 +218,22 @@
</info>
<value>UserGroup</value>
</prop>
+ <prop oor:name="fathersname" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <author>rail</author>
+ <desc>Specifies the father's name of the user (only for Russian UI).</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="apartment" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <author>pb</author>
+ <desc>Specifies the apartment of the user (only for Russian UI).</desc>
+ </info>
+ <value/>
+ </prop>
</group>
</component>
</oor:component-schema>