summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparae.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-04 13:29:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-04 13:29:58 +0000
commit6f1972c3fafd803bfbc232c298597539d9cdd13d (patch)
tree9f01ec925c48f7232dac5739ef21b0ef032ca906 /xmloff/source/text/txtparae.cxx
parent38ed65449b29300d671cb26b208df933ad053171 (diff)
oops, patch wasn't applied correctly
Diffstat (limited to 'xmloff/source/text/txtparae.cxx')
-rw-r--r--xmloff/source/text/txtparae.cxx1
1 files changed, 0 insertions, 1 deletions
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)