summaryrefslogtreecommitdiff
path: root/fpicker/source/office/iodlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/iodlg.cxx')
-rw-r--r--fpicker/source/office/iodlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 824ef1e6243c..dc1c820d12b4 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -714,8 +714,8 @@ bool SvtFileDialog::createNewUserFilter( const OUString& _rNewFilter, bool _bAll
EraseDefaultExt();
else
SetDefaultExt( _rNewFilter.copy( 2 ) );
- // TODO: this is nonsense. In the whole file there are a lotta places where we assume that a user filter
- // is always "*.<something>". But changing this would take some more time than I have now ...
+ // TODO: this is nonsense. In the whole file there are a lot of places where we assume that a user filter
+ // is always "*.<something>". But changing this would take some more time than I have now...
// now, the default extension is set to the one of the user filter (or empty)
// if the former is not allowed (_bAllowUserDefExt = <FALSE/>), we have to use the ext of the current filter