Kaydet (Commit) a5bfc2c6 authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

oops, introduced some typos in the allowed templates extensions

Change-Id: I144141ade5ff8c719e9eb21e3b904cbbdca14f00
üst 0315ef5b
......@@ -1609,7 +1609,7 @@ String SfxOrganizeDlg_Impl::GetPath_Impl( sal_Bool bOpen, const String& rFileNam
{
if ( sFilterExt.Len() > 0 )
sFilterExt += ';';
sFilterExt += DEFINE_CONST_UNICODE( "*.ots;*.stci;*.xlt;*.xltm;*.xltm" );
sFilterExt += DEFINE_CONST_UNICODE( "*.ots;*.stc;*.xlt;*.xltm;*.xltx" );
}
if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) )
{
......
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