summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/bibconfig.cxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-01-10 15:26:20 +0000
committerOliver Specht <os@openoffice.org>2001-01-10 15:26:20 +0000
commit08cc719f781fe076241444f029a2576de30cc5e6 (patch)
tree18794bf2de4eaa715c3bcf6a35db3f02f6fc3c18 /extensions/source/bibliography/bibconfig.cxx
parenta2172536763df2366b4dd9c0f3a30ec0dc456bd6 (diff)
#82653# DatasourceFieldName -> DatabaseFieldName
Diffstat (limited to 'extensions/source/bibliography/bibconfig.cxx')
-rw-r--r--extensions/source/bibliography/bibconfig.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/bibliography/bibconfig.cxx b/extensions/source/bibliography/bibconfig.cxx
index 3cfd8572736f..84b1a361fbec 100644
--- a/extensions/source/bibliography/bibconfig.cxx
+++ b/extensions/source/bibliography/bibconfig.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bibconfig.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: os $ $Date: 2000-12-15 11:09:31 $
+ * last change: $Author: os $ $Date: 2001-01-10 16:26:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -209,7 +209,7 @@ BibConfig::BibConfig() :
pAssignmentPropertyNames[nFieldIdx] = sSubPrefix;
pAssignmentPropertyNames[nFieldIdx++] += C2U("/FieldName");
pAssignmentPropertyNames[nFieldIdx] = sSubPrefix;
- pAssignmentPropertyNames[nFieldIdx++] += C2U("/DatasourceFieldName");
+ pAssignmentPropertyNames[nFieldIdx++] += C2U("/DatabaseFieldName");
}
Sequence<Any> aAssignmentValues = GetProperties(aAssignmentPropertyNames);
const Any* pAssignmentValues = aAssignmentValues.getConstArray();
@@ -321,7 +321,7 @@ void BibConfig::Commit()
sPrefix += C2U("Fields");
sal_Int32 nFieldAssignment = 0;
OUString sFieldName = C2U("/FieldName");
- OUString sDatabaseFieldName = C2U("/DatasourceFieldName");
+ OUString sDatabaseFieldName = C2U("/DatabaseFieldName");
ClearNodeSet( sPrefix );
while(nFieldAssignment < COLUMN_COUNT &&