diff options
Diffstat (limited to 'chart2/source/model')
-rw-r--r-- | chart2/source/model/main/ChartModel_Persistence.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/main/ChartModel_Persistence.cxx b/chart2/source/model/main/ChartModel_Persistence.cxx index e97e82d00169..8bcdb3ce157e 100644 --- a/chart2/source/model/main/ChartModel_Persistence.cxx +++ b/chart2/source/model/main/ChartModel_Persistence.cxx @@ -312,7 +312,7 @@ void SAL_CALL ChartModel::storeToURL( uno::Sequence< beans::PropertyValue > aReducedMediaDescriptor( aMediaDescriptorHelper.getReducedForModel() ); - if( rURL.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("private:stream"))) + if ( rURL == "private:stream" ) { try { |