summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-11-14 11:08:22 +0000
committerOliver Specht <os@openoffice.org>2000-11-14 11:08:22 +0000
commitb67a129a4f07d9963d6fbe3bfda8c80648a2b724 (patch)
tree47f23c76f05b5ade5063944a976e943cea5eb9e5 /sw
parentb3a7c12e7ed79adca4e18551e83860efd81dc9bf (diff)
change: SvxAddressItem
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/bastyp/calc.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/source/core/bastyp/calc.cxx b/sw/source/core/bastyp/calc.cxx
index d32bf00ca197..942758aba756 100644
--- a/sw/source/core/bastyp/calc.cxx
+++ b/sw/source/core/bastyp/calc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: calc.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: os $ $Date: 2000-10-27 14:30:49 $
+ * last change: $Author: os $ $Date: 2000-11-14 12:08:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -401,11 +401,11 @@ static USHORT __READONLY_DATA aHashValue[ 27 ] =
// diese sind mit doppelten HashIds
11, 38
};
-static AddressToken __READONLY_DATA aAdrToken[ 12 ] =
+static USHORT __READONLY_DATA aAdrToken[ 12 ] =
{
- ADDRESS_COMPANY, ADDRESS_STREET, ADDRESS_COUNTRY, ADDRESS_PLZ,
- ADDRESS_CITY, ADDRESS_TITLE, ADDRESS_POSITION, ADDRESS_TEL_COMPANY,
- ADDRESS_TEL_PRIVATE, ADDRESS_FAX, ADDRESS_EMAIL, ADDRESS_STATE
+ POS_COMPANY, POS_STREET, POS_COUNTRY, POS_PLZ,
+ POS_CITY, POS_TITLE, POS_POSITION, POS_TEL_COMPANY,
+ POS_TEL_PRIVATE, POS_FAX, POS_EMAIL, POS_STATE
};
static USHORT SwDocStat::* __READONLY_DATA aDocStat1[ 3 ] =
@@ -442,7 +442,7 @@ static ULONG SwDocStat::* __READONLY_DATA aDocStat2[ 4 ] =
for( n = 0; n < 4; ++n )
((SwCalcExp*)VarTable[ aHashValue[ n + 7 ] ])->nValue.PutLong( rDocStat.*aDocStat2[ n ] );
- SvxAddressItem aAdr( *SFX_APP()->GetIniManager() );
+ SvxAddressItem aAdr;
((SwCalcExp*)VarTable[ aHashValue[ 11 ] ])->nValue.PutString( aAdr.GetFirstName() );
((SwCalcExp*)VarTable[ aHashValue[ 12 ] ])->nValue.PutString( aAdr.GetName() );