summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2000-12-01 09:57:46 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2000-12-01 09:57:46 +0000
commit0430421c361dfa59d9377f31d2dba9adbce15019 (patch)
treea0aa133e717ea4ead21d5e457d2cbd88c968a553 /sw
parente409fb73b0e116f01026be47eb7c4f729ca12fcf (diff)
#80616# authority field now accepts new data
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/fields/authfld.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/fields/authfld.cxx b/sw/source/core/fields/authfld.cxx
index a28f2c00b21b..adc73d4d78c1 100644
--- a/sw/source/core/fields/authfld.cxx
+++ b/sw/source/core/fields/authfld.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: authfld.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2000-11-28 08:58:23 $
+ * last change: $Author: dvo $ $Date: 2000-12-01 10:57:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -898,7 +898,7 @@ BOOL SwAuthorityField::PutValue( const Any& rVal, const String& rProperty )
}
((SwAuthorityFieldType*)GetTyp())->RemoveField(nHandle);
- ((SwAuthorityFieldType*)GetTyp())->AddField(sToSet);
+ nHandle = ((SwAuthorityFieldType*)GetTyp())->AddField(sToSet);
return FALSE;
}