From a5bfc2c6be6795dea5d615a7c3b5c6018354ace0 Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Wed, 12 Dec 2012 22:17:40 +0100 Subject: oops, introduced some typos in the allowed templates extensions Change-Id: I144141ade5ff8c719e9eb21e3b904cbbdca14f00 --- sfx2/source/doc/docvor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/source/doc/docvor.cxx b/sfx2/source/doc/docvor.cxx index 0719b33861eb..81bf89d3f16f 100644 --- a/sfx2/source/doc/docvor.cxx +++ b/sfx2/source/doc/docvor.cxx @@ -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 ) ) { -- cgit v1.2.3