summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 10:28:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 10:28:52 +0000
commit439dd1d6db035d66205ef8f2459b091f0d071333 (patch)
tree376763ffb555d3cfd42033894ffac3bc17a8ffa2 /xmloff
parent6b973771a118074dfd1e892467df489389274edf (diff)
INTEGRATION: CWS mh11rc (1.49.26); FILE MERGED
2003/06/06 11:08:49 mh 1.49.26.1: join: from cws_srx644_ooo11beta2
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtflde.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx
index bf74f7750c25..6529ab7b8ed7 100644
--- a/xmloff/source/text/txtflde.cxx
+++ b/xmloff/source/text/txtflde.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtflde.cxx,v $
*
- * $Revision: 1.50 $
+ * $Revision: 1.51 $
*
- * last change: $Author: rt $ $Date: 2003-06-12 07:35:32 $
+ * last change: $Author: vg $ $Date: 2003-06-12 11:28:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1506,7 +1506,7 @@ void XMLTextFieldExport::ExportFieldHelper(
case FIELD_ID_DATABASE_DISPLAY:
{
// get database, table and column name from field master
- Reference<XPropertySet> xMaster = GetMasterPropertySet(rTextField);
+ const Reference<XPropertySet> & xMaster = GetMasterPropertySet(rTextField);
ProcessString(XML_DATABASE_NAME,
GetStringProperty(sPropertyDataBaseName, xMaster));
ProcessString(XML_TABLE_NAME,