summaryrefslogtreecommitdiff
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
commit451f767322088a503b5aed4d98dbffd1c1c5c454 (patch)
tree52b1f2b9c7081b58f1646829d686abf55def9f69
parent94f137d0bfeab86a74ce2d9287cc0a2927202dfd (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
-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 221149f193d5..e1aa665146f7 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>