use the implicit conversion
Change-Id: I1d4739721c297e6d5605d93b6e86e114ea12db85
This commit is contained in:
@@ -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& )
|
||||
{
|
||||
|
Reference in New Issue
Block a user