diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 14:38:14 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 14:38:14 +0000 |
commit | 558b69e8bd598e7298a9cd7f68d9b8e3f80b6ff5 (patch) | |
tree | b727f894c85a4071d859c908a14a92e11d7f05e3 /xmloff/source | |
parent | f092de3b4c8d0cbce0ba870c6034cc4a0899392f (diff) |
INTEGRATION: CWS calc30 (1.61.26); FILE MERGED
2005/02/18 11:32:37 sab 1.61.26.1: #119760#; don't cache all
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/text/txtflde.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 ); } |