[Libreoffice-commits] .: xmloff/source
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Jan 4 05:30:19 PST 2011
xmloff/source/text/txtparae.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit c8a898de653da27e39060fcb240781b4dc701d4c
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Jan 4 13:29:32 2011 +0000
oops, patch wasn't applied correctly
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index f4acc10..9f53f3a 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)
More information about the Libreoffice-commits
mailing list