[Libreoffice-commits] core.git: desktop/source sfx2/source sw/qa
Andrea Gelmini
andrea.gelmini at gelma.net
Sat Apr 14 06:01:27 UTC 2018
desktop/source/app/app.cxx | 2 +-
sfx2/source/appl/openuriexternally.cxx | 2 +-
sw/qa/extras/odfexport/odfexport.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 5203027d74c73f865c53d0be488757ce150130d0
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Thu Apr 12 21:12:32 2018 +0200
Fix typos
Change-Id: I9ea95f5b7b6cd056cc1aad146c8841877d187d55
Reviewed-on: https://gerrit.libreoffice.org/52742
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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;
diff --git a/sfx2/source/appl/openuriexternally.cxx b/sfx2/source/appl/openuriexternally.cxx
index bff5534495d6..5d1b13df8234 100644
--- a/sfx2/source/appl/openuriexternally.cxx
+++ b/sfx2/source/appl/openuriexternally.cxx
@@ -65,7 +65,7 @@ void URITools::openURI(const OUString& sURI, bool bHandleSystemShellExecuteExcep
// tdf#116305 Workaround: Use timer to bring browsers to the front
aOpenURITimer.SetInvokeHandler(LINK(this, URITools, onOpenURI));
#ifdef WNT
- // 200ms seems to be the the best compromise between responsiveness and success rate
+ // 200ms seems to be the best compromise between responsiveness and success rate
aOpenURITimer.SetTimeout(200);
#else
aOpenURITimer.SetTimeout(0);
diff --git a/sw/qa/extras/odfexport/odfexport.cxx b/sw/qa/extras/odfexport/odfexport.cxx
index 219ef5bd8b07..6872be59ebab 100644
--- a/sw/qa/extras/odfexport/odfexport.cxx
+++ b/sw/qa/extras/odfexport/odfexport.cxx
@@ -208,7 +208,7 @@ void testTdf43569_CheckIfFieldParse()
// Input document contains only one IF-field,
// and it should be imported as com.sun.star.text.TextField.ConditionalText in any case,
-// instead of insertion of the the pair of two field-marks: <field:fieldmark-start> + <field:fieldmark-end>.
+// instead of insertion of the pair of two field-marks: <field:fieldmark-start> + <field:fieldmark-end>.
DECLARE_ODFEXPORT_TEST(testTdf43569, "tdf43569_conditionalfield.doc")
{
// check if our parser is valid
More information about the Libreoffice-commits
mailing list