From 6f1972c3fafd803bfbc232c298597539d9cdd13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 4 Jan 2011 13:29:32 +0000 Subject: [PATCH] oops, patch wasn't applied correctly --- xmloff/source/text/txtparae.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index 079ab8459fcf..510f5fc91472 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -443,7 +443,6 @@ void FieldParamExporter::Export() { sal_Bool bValue = false; aValue >>= bValue; - ExportParameter(*pCurrent,OUString::createFromAscii(bValue ? "true" : "false")); ExportParameter(*pCurrent, (bValue ? OUString(RTL_CONSTASCII_USTRINGPARAM( "true" )) : OUString(RTL_CONSTASCII_USTRINGPARAM("false"))) ); } else if(aValueType == aSeqType)