summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-02-13 10:33:21 +0100
committerMichael Stahl <mstahl@redhat.com>2017-02-13 11:28:03 +0000
commit639eca25dfaa72b4cf9b13879474c7d85b119ea2 (patch)
tree34af5b1079ba98b0d9a7714cf6764fa47589e1f7 /sw/qa
parent2bb20f5bcf5b44be2e401a0bb95e4b3cea5f052c (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/qa')
-rw-r--r--sw/qa/extras/uiwriter/uiwriter.cxx2
1 files changed, 1 insertions, 1 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.