summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtflde.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtflde.cxx')
-rw-r--r--xmloff/source/text/txtflde.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx
index 1649300ed4fb..3aa1691bf4d0 100644
--- a/xmloff/source/text/txtflde.cxx
+++ b/xmloff/source/text/txtflde.cxx
@@ -2489,7 +2489,7 @@ void XMLTextFieldExport::ProcessString(enum XMLTokenEnum eName,
sal_uInt16 nPrefix)
{
OUString sQValue =
- GetExport().GetNamespaceMap().GetQNameByKey( nValuePrefix, sValue, sal_False );
+ GetExport().GetNamespaceMap().GetQNameByKey( nValuePrefix, sValue, false );
ProcessString( eName, sQValue, bOmitEmpty, nPrefix );
}