summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-02-22 10:52:18 +0000
committerOliver Specht <os@openoffice.org>2002-02-22 10:52:18 +0000
commit5ab77f67e7334124aafacc250eb9c90bdd43b571 (patch)
treeee7ff63a6a7158bb03986d6bedeb1958da91a9e5 /sw/source/ui
parent64be719d9c0ac92c4fac6b0f7e3c61758266757d (diff)
#97264# reload of bibliography field data corrected
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/index/idxmrk.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/source/ui/index/idxmrk.cxx b/sw/source/ui/index/idxmrk.cxx
index 80768d78a575..426fe5f5b903 100644
--- a/sw/source/ui/index/idxmrk.cxx
+++ b/sw/source/ui/index/idxmrk.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: idxmrk.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: os $ $Date: 2001-11-30 14:30:41 $
+ * last change: $Author: os $ $Date: 2002-02-22 11:52:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1467,8 +1467,7 @@ void SwAuthMarkDlg::InitControls()
return;
const SwAuthEntry* pEntry = ((SwAuthorityFieldType*)pField->GetTyp())->
- GetEntryByIdentifier(((SwAuthorityField*)pField)->
- GetFieldText(AUTH_FIELD_IDENTIFIER));
+ GetEntryByHandle(((SwAuthorityField*)pField)->GetHandle());
DBG_ASSERT(pEntry, "No authority entry found")
if(!pEntry)