diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-02-13 10:33:21 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-02-13 11:28:03 +0000 |
commit | 639eca25dfaa72b4cf9b13879474c7d85b119ea2 (patch) | |
tree | 34af5b1079ba98b0d9a7714cf6764fa47589e1f7 /sw | |
parent | 2bb20f5bcf5b44be2e401a0bb95e4b3cea5f052c (diff) |
Fix typos
Change-Id: I51a198cc386f9f71b4b3a5315a55296cfadb6f05
Reviewed-on: https://gerrit.libreoffice.org/34200
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/uiwriter/uiwriter.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/html/htmlatr.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx index 39d678dad4d4..a085220de788 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 2e2e92c75590..4a1a1336c544 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, |