diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-12 21:12:32 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-14 08:00:48 +0200 |
commit | 5203027d74c73f865c53d0be488757ce150130d0 (patch) | |
tree | 9794d0ac0cd4873cba4a34cfd0e471b627f97bd4 /desktop | |
parent | 23fd3c4020617e7d4954863292180fddf6594327 (diff) |
Fix typos
Change-Id: I9ea95f5b7b6cd056cc1aad146c8841877d187d55
Reviewed-on: https://gerrit.libreoffice.org/52742
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index c238d53529d8..e452529fbac3 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -2243,7 +2243,7 @@ OUString GetURL_Impl( const OUString& rName, boost::optional< OUString > const & cwdUrl ) { // if rName is a vnd.sun.star.script URL do not attempt to parse it - // as INetURLObj does not handle handle there URLs + // as INetURLObj does not handle URLs there if (rName.startsWith("vnd.sun.star.script")) { return rName; |