diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-09 17:13:59 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-09 18:02:08 +0200 |
commit | e6c036915b75cd5c81323e337a8604701b869052 (patch) | |
tree | 75eb436ed26dcffbbc9659206b35436bc13fe6f9 /uui/source/fltdlg.cxx | |
parent | b8c87fa294678180191588134b9e9c7993a659fc (diff) |
Fix typos
Change-Id: Ie63c7b2d8bf9579b7b41d7bae515818c8d5706dc
Reviewed-on: https://gerrit.libreoffice.org/77217
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
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 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() ) { |