use the implicit conversion

Change-Id: I1d4739721c297e6d5605d93b6e86e114ea12db85
This commit is contained in:
Markus Mohrhard
2013-06-14 09:46:37 +02:00
parent ae85b56a9a
commit de8a82d9ac

View File

@@ -859,8 +859,8 @@ void SchXMLTableHelper::applyTableToInternalDataProvider(
try
{
Reference< beans::XPropertySet > xProps( xChartDoc, uno::UNO_QUERY_THROW );
xProps->setPropertyValue( OUString( "DisableDataTableDialog" ), uno::makeAny( sal_True ) );
xProps->setPropertyValue( OUString( "DisableComplexChartTypes" ), uno::makeAny( sal_True ) );
xProps->setPropertyValue( "DisableDataTableDialog", uno::makeAny( sal_True ) );
xProps->setPropertyValue( "DisableComplexChartTypes", uno::makeAny( sal_True ) );
}
catch ( uno::Exception& )
{