oops, patch wasn't applied correctly
This commit is contained in:
parent
38ed65449b
commit
6f1972c3fa
1 changed files with 0 additions and 1 deletions
|
@ -443,7 +443,6 @@ void FieldParamExporter::Export()
|
||||||
{
|
{
|
||||||
sal_Bool bValue = false;
|
sal_Bool bValue = false;
|
||||||
aValue >>= bValue;
|
aValue >>= bValue;
|
||||||
ExportParameter(*pCurrent,OUString::createFromAscii(bValue ? "true" : "false"));
|
|
||||||
ExportParameter(*pCurrent, (bValue ? OUString(RTL_CONSTASCII_USTRINGPARAM( "true" )) : OUString(RTL_CONSTASCII_USTRINGPARAM("false"))) );
|
ExportParameter(*pCurrent, (bValue ? OUString(RTL_CONSTASCII_USTRINGPARAM( "true" )) : OUString(RTL_CONSTASCII_USTRINGPARAM("false"))) );
|
||||||
}
|
}
|
||||||
else if(aValueType == aSeqType)
|
else if(aValueType == aSeqType)
|
||||||
|
|
Loading…
Reference in a new issue