From 558b69e8bd598e7298a9cd7f68d9b8e3f80b6ff5 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 8 Mar 2005 14:38:14 +0000 Subject: INTEGRATION: CWS calc30 (1.61.26); FILE MERGED 2005/02/18 11:32:37 sab 1.61.26.1: #119760#; don't cache all --- xmloff/source/text/txtflde.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmloff/source') diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx index 5e66d68ce4cf..b043dcf48521 100644 --- a/xmloff/source/text/txtflde.cxx +++ b/xmloff/source/text/txtflde.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtflde.cxx,v $ * - * $Revision: 1.61 $ + * $Revision: 1.62 $ * - * last change: $Author: rt $ $Date: 2005-01-27 11:10:05 $ + * last change: $Author: vg $ $Date: 2005-03-08 15:38:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2543,7 +2543,7 @@ void XMLTextFieldExport::ProcessString(enum XMLTokenEnum eName, sal_uInt16 nPrefix) { OUString sQValue = - GetExport().GetNamespaceMap().GetQNameByKey( nValuePrefix, sValue ); + GetExport().GetNamespaceMap().GetQNameByKey( nValuePrefix, sValue, sal_False ); ProcessString( eName, sQValue, bOmitEmpty, nPrefix ); } -- cgit