Kaydet (Commit) de8a82d9 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

use the implicit conversion

Change-Id: I1d4739721c297e6d5605d93b6e86e114ea12db85
üst ae85b56a
...@@ -859,8 +859,8 @@ void SchXMLTableHelper::applyTableToInternalDataProvider( ...@@ -859,8 +859,8 @@ void SchXMLTableHelper::applyTableToInternalDataProvider(
try try
{ {
Reference< beans::XPropertySet > xProps( xChartDoc, uno::UNO_QUERY_THROW ); Reference< beans::XPropertySet > xProps( xChartDoc, uno::UNO_QUERY_THROW );
xProps->setPropertyValue( OUString( "DisableDataTableDialog" ), uno::makeAny( sal_True ) ); xProps->setPropertyValue( "DisableDataTableDialog", uno::makeAny( sal_True ) );
xProps->setPropertyValue( OUString( "DisableComplexChartTypes" ), uno::makeAny( sal_True ) ); xProps->setPropertyValue( "DisableComplexChartTypes", uno::makeAny( sal_True ) );
} }
catch ( uno::Exception& ) catch ( uno::Exception& )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment