summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-16 12:20:56 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-16 11:21:07 +0000
commit814af9f1e59d1a76473b2c72cae4ba8afe1c52d4 (patch)
tree3d52ef5ab0f34ccd8031c3384fd9bbb50604add7 /fpicker
parentf378e723d2dbcbdeb65d7843c095d70d0bb7e0e0 (diff)
Fix typos
Change-Id: Icfb885b72d51edc886851cf503c56fa12b8f559f Reviewed-on: https://gerrit.libreoffice.org/16309 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'fpicker')
-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 451d5ba07269..9f43429424b9 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -946,11 +946,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() )