Help old GCC

Change-Id: I29093aa7975394b74952a4856632e8e657b33ae0
This commit is contained in:
Stephan Bergmann
2017-11-22 16:40:57 +01:00
parent 366e35799d
commit 2da9e68369

View File

@@ -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 );