summaryrefslogtreecommitdiffstats
path: root/sfx2/source/dialog/filedlghelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/filedlghelper.cxx')
-rw-r--r--sfx2/source/dialog/filedlghelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx
index 540f8c2c9623..92a8d02b44d6 100644
--- a/sfx2/source/dialog/filedlghelper.cxx
+++ b/sfx2/source/dialog/filedlghelper.cxx
@@ -788,7 +788,7 @@ ErrCode FileDialogHelper_Impl::getGraphic( Graphic& rGraphic ) const
// rhbz#1079672 do not return maGraphic, it need not be the selected file
- OUString aPath;;
+ OUString aPath;
Sequence<OUString> aPathSeq = mxFileDlg->getFiles();
if (aPathSeq.getLength() == 1)
@@ -2131,7 +2131,7 @@ void FileDialogHelper_Impl::loadConfig()
void FileDialogHelper_Impl::setDefaultValues()
{
- // when no filter is set, we set the curentFilter to <all>
+ // when no filter is set, we set the currentFilter to <all>
if ( maCurFilter.isEmpty() && !maSelectFilter.isEmpty() )
{
uno::Reference< XFilterManager > xFltMgr( mxFileDlg, UNO_QUERY );