summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-12-12 22:17:40 +0100
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-12-12 22:46:56 +0100
commita5bfc2c6be6795dea5d615a7c3b5c6018354ace0 (patch)
treecd2afe4d096b86b10b77c5c806e8918e9a246c17 /sfx2
parent0315ef5bbc168896b1d7d8ac5c1657f861fa6a93 (diff)
oops, introduced some typos in the allowed templates extensions
Change-Id: I144141ade5ff8c719e9eb21e3b904cbbdca14f00
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/docvor.cxx2
1 files changed, 1 insertions, 1 deletions
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 ) )
{