summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-04-12 21:12:32 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-04-14 08:00:48 +0200
commit5203027d74c73f865c53d0be488757ce150130d0 (patch)
tree9794d0ac0cd4873cba4a34cfd0e471b627f97bd4
parent23fd3c4020617e7d4954863292180fddf6594327 (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>
-rw-r--r--desktop/source/app/app.cxx2
-rw-r--r--sfx2/source/appl/openuriexternally.cxx2
-rw-r--r--sw/qa/extras/odfexport/odfexport.cxx2
3 files changed, 3 insertions, 3 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;
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