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 a1ac408313d0..12d3c6ec37e8 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -1040,11 +1040,11 @@ IMPL_LINK( SvtFileDialog, OpenHdl_Impl, void*, pVoid )
// check if it is a folder
bool bIsFolder = false;
- // first thing before doing anyhing with the content: Reset it. When the user presses "open" (or "save" or "export",
+ // first thing before doing anything with the content: Reset it. When the user presses "open" (or "save" or "export",
// for that matter), s/he wants the complete handling, including all possible error messages, even if s/he
// does the same thing for the same content twice, s/he wants both fails to be displayed.
// Without the reset, it could be that the content cached all relevant information, and will not display any
- // error messages for the same content a second time ....
+ // error messages for the same content a second time...
m_aContent.bindTo( OUString( ) );
if ( !aFileName.isEmpty() )