diff --git a/xmloff/source/chart/SchXMLTableContext.cxx b/xmloff/source/chart/SchXMLTableContext.cxx index 206e5e839227..6d50672b72c0 100644 --- a/xmloff/source/chart/SchXMLTableContext.cxx +++ b/xmloff/source/chart/SchXMLTableContext.cxx @@ -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& ) {