Help old GCC
Change-Id: I29093aa7975394b74952a4856632e8e657b33ae0
This commit is contained in:
parent
366e35799d
commit
2da9e68369
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ OUString OCommonEmbeddedObject::GetFilterName( sal_Int32 nVersion ) const
|
|||
if (utl::ConfigManager::IsFuzzing() && nVersion == SOFFICE_FILEFORMAT_CURRENT &&
|
||||
sDocumentServiceName == "com.sun.star.chart2.ChartDocument")
|
||||
{
|
||||
return "chart8";
|
||||
return OUString("chart8");
|
||||
}
|
||||
try {
|
||||
::comphelper::MimeConfigurationHelper aHelper( m_xContext );
|
||||
|
|
Loading…
Reference in a new issue