summaryrefslogtreecommitdiff
path: root/svx/sdi/svxitems.sdi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-04-29 15:21:44 +0000
committerOliver Bolte <obo@openoffice.org>2004-04-29 15:21:44 +0000
commit5f3633ea58e930b7dac6fbae6b5698439e405a85 (patch)
treeb2ed37f381407d05bd42e0c2e36185a5c108ab5a /svx/sdi/svxitems.sdi
parent6dbb7e91380de1a15354489c4ca7a0cd499d75f0 (diff)
INTEGRATION: CWS os12 (1.19.154); FILE MERGED
2004/04/07 15:34:07 os 1.19.154.4: RESYNC: (1.21-1.22); FILE MERGED 2004/02/19 16:55:21 os 1.19.154.3: RESYNC: (1.20-1.21); FILE MERGED 2003/10/22 15:03:22 os 1.19.154.2: RESYNC: (1.19-1.20); FILE MERGED 2003/07/09 12:51:46 os 1.19.154.1: #103299# SvxAddressItem removed
Diffstat (limited to 'svx/sdi/svxitems.sdi')
-rw-r--r--svx/sdi/svxitems.sdi28
1 files changed, 2 insertions, 26 deletions
diff --git a/svx/sdi/svxitems.sdi b/svx/sdi/svxitems.sdi
index af94aa76660f..c97012ef5d67 100644
--- a/svx/sdi/svxitems.sdi
+++ b/svx/sdi/svxitems.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: svxitems.sdi,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: rt $ $Date: 2004-04-02 14:02:10 $
+ * last change: $Author: obo $ $Date: 2004-04-29 16:21:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -608,30 +608,6 @@ item SvxHyperlink SvxHyperlinkItem;
//-------------------------------------------------------------------------
-struct Address
-{
- String City MID_ADR_CITY;
- String Company MID_ADR_COMPANY;
- String Country MID_ADR_COUNTRY;
- String EMail MID_ADR_EMAIL;
- String Fax MID_ADR_FAX;
- String FirstName MID_ADR_FIRSTNAME;
- String ID MID_ADR_ID;
- String LastName MID_ADR_LASTNAME;
- String Phone MID_ADR_PHONE;
- String PhonePrivate MID_ADR_PHONEPRIVATE;
- String Position MID_ADR_POSITION;
- String Street MID_ADR_STREET;
- String Title MID_ADR_TITLE;
- String ZIPCode MID_ADR_ZIPCODE;
- String State MID_ADR_STATE;
- String FathersName MID_ADR_FATHERSNAME;
- String Apartment MID_ADR_APARTMENT;
-};
-item Address SvxAddressItem;
-
-//-------------------------------------------------------------------------
-
struct PageModel
{
BOOL Auto MID_AUTO;