summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
Diffstat (limited to 'uui')
-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 a746c087473f..dec3a798b0d2 100644
--- a/uui/source/fltdlg.cxx
+++ b/uui/source/fltdlg.cxx
@@ -189,11 +189,11 @@ OUString FilterDialog::impl_buildUIFileName( const OUString& sName )
if (osl::FileBase::getSystemPathFromFileURL(sName, sShortName) == osl::FileBase::E_None)
{
- // it's a system file ... build short name by using osl functionality
+ // it's a system file... build short name by using osl functionality
}
else
{
- // otherwise its really a url ... build short name by using INetURLObject
+ // otherwise it's really a URL... build short name by using INetURLObject
css::uno::Reference< css::util::XStringWidth > xStringCalculator(new StringCalculator(m_xFtURL.get()));
if( xStringCalculator.is() )
{