diff options
Diffstat (limited to 'uui/source/fltdlg.cxx')
-rw-r--r-- | uui/source/fltdlg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/fltdlg.cxx b/uui/source/fltdlg.cxx index 2fc475d3500f..1e551dbe0833 100644 --- a/uui/source/fltdlg.cxx +++ b/uui/source/fltdlg.cxx @@ -93,7 +93,7 @@ FilterDialog::FilterDialog( Window* pParentWindow , *//*-*************************************************************************************************************/ void FilterDialog::SetURL( const String& sURL ) { - // convert it and use given pure string as fallback if convertion failed + // convert it and use given pure string as fallback if conversion failed m_ftURL.SetText( impl_buildUIFileName(sURL) ); } @@ -229,7 +229,7 @@ String FilterDialog::impl_buildUIFileName( const String& sName ) } else { - // otherwise its realy a url ... build short name by using INetURLObject + // otherwise its really a url ... build short name by using INetURLObject ::com::sun::star::uno::Reference< ::com::sun::star::util::XStringWidth > xStringCalculator( new StringCalculator(&m_ftURL) ); if( xStringCalculator.is() == sal_True ) { |