summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-18 11:25:42 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-18 11:25:42 +0000
commite470c77fbdc59527a39989b601c65350a37906c3 (patch)
treeefec2ef0d22b34000ccf2df891608ec963cd1fa5 /sw/source/core/unocore
parentfceec674695fcd1c93620bb385a8f1b8c27f745a (diff)
INTEGRATION: CWS tl13 (1.25.522); FILE MERGED
2005/07/14 10:15:37 tl 1.25.522.1: #i51815# fixes data base fields with '.' in name
Diffstat (limited to 'sw/source/core/unocore')
-rw-r--r--sw/source/core/unocore/unocoll.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/unocore/unocoll.cxx b/sw/source/core/unocore/unocoll.cxx
index a8ef446a2779..1f683a06c765 100644
--- a/sw/source/core/unocore/unocoll.cxx
+++ b/sw/source/core/unocore/unocoll.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unocoll.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: obo $ $Date: 2004-08-12 12:42:09 $
+ * last change: $Author: obo $ $Date: 2005-07-18 12:25:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -563,7 +563,7 @@ uno::Reference< uno::XInterface > SwXServiceProvider::MakeInstance(sal_uInt16
break;
case SW_SERVICE_FIELDMASTER_BIBLIOGRAPHY:
{
- SwFieldType* pType = pDoc->GetFldType(RES_AUTHORITY, aEmptyStr);
+ SwFieldType* pType = pDoc->GetFldType(RES_AUTHORITY, aEmptyStr, sal_True);
if(!pType)
{
SwAuthorityFieldType aType(pDoc);