[Libreoffice-commits] core.git: sw/qa sw/source
Andrea Gelmini
andrea.gelmini at gelma.net
Mon Feb 13 11:28:28 UTC 2017
sw/qa/extras/uiwriter/uiwriter.cxx | 2 +-
sw/source/filter/html/htmlatr.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 639eca25dfaa72b4cf9b13879474c7d85b119ea2
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Mon Feb 13 10:33:21 2017 +0100
Fix typos
Change-Id: I51a198cc386f9f71b4b3a5315a55296cfadb6f05
Reviewed-on: https://gerrit.libreoffice.org/34200
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Michael Stahl <mstahl at redhat.com>
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index 39d678d..a085220 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -4058,7 +4058,7 @@ void SwUiWriterTest::testRedlineTimestamp()
pWrtShell->SttDoc();
pWrtShell->Insert("aaa");
- // Now assert that at least one of the the seconds are not 0.
+ // Now assert that at least one of the seconds are not 0.
const SwRedlineTable& rTable = pDoc->getIDocumentRedlineAccess().GetRedlineTable();
if (rTable.size() >= 2 && rTable[0]->GetRedlineData().GetTimeStamp().GetMin() != rTable[1]->GetRedlineData().GetTimeStamp().GetMin())
// The relatively rare case when waiting for a second also changes the minute.
diff --git a/sw/source/filter/html/htmlatr.cxx b/sw/source/filter/html/htmlatr.cxx
index 2e2e92c..4a1a133 100644
--- a/sw/source/filter/html/htmlatr.cxx
+++ b/sw/source/filter/html/htmlatr.cxx
@@ -265,7 +265,7 @@ SwHTMLFormatInfo::SwHTMLFormatInfo( const SwFormat *pF, SwDoc *pDoc, SwDoc *pTem
default:
// otherwise, the differences to the HTML-tag style of the
- // original or the ones to the the current document, if it the
+ // original or the ones to the current document, if it the
// HTML-tag style is not available
if( pTemplate )
pReferenceFormat = SwHTMLWriter::GetTemplateFormat( nRefPoolId,
More information about the Libreoffice-commits
mailing list