Kaydet (Commit) 2da9e683 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Help old GCC

Change-Id: I29093aa7975394b74952a4856632e8e657b33ae0
üst 366e3579
...@@ -445,7 +445,7 @@ OUString OCommonEmbeddedObject::GetFilterName( sal_Int32 nVersion ) const ...@@ -445,7 +445,7 @@ OUString OCommonEmbeddedObject::GetFilterName( sal_Int32 nVersion ) const
if (utl::ConfigManager::IsFuzzing() && nVersion == SOFFICE_FILEFORMAT_CURRENT && if (utl::ConfigManager::IsFuzzing() && nVersion == SOFFICE_FILEFORMAT_CURRENT &&
sDocumentServiceName == "com.sun.star.chart2.ChartDocument") sDocumentServiceName == "com.sun.star.chart2.ChartDocument")
{ {
return "chart8"; return OUString("chart8");
} }
try { try {
::comphelper::MimeConfigurationHelper aHelper( m_xContext ); ::comphelper::MimeConfigurationHelper aHelper( m_xContext );
......
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