summaryrefslogtreecommitdiff
path: root/uui/source/fltdlg.cxx
diff options
context:
space:
mode:
authorAlbert Thuswaldner <albert.thuswaldner@gmail.com>2011-02-21 15:37:13 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-02-21 15:37:13 -0500
commit78aa7b551cc0d844c128d2fe0a9fb71bda416025 (patch)
tree00f6082991e2779a04a29eef3e2ed7a59da97c95 /uui/source/fltdlg.cxx
parent625041e7863de74a909f259acc32e6148868787b (diff)
Translation of German comment.
Diffstat (limited to 'uui/source/fltdlg.cxx')
-rw-r--r--uui/source/fltdlg.cxx4
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 )
{