Kaydet (Commit) 639eca25 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Michael Stahl

Fix typos

Change-Id: I51a198cc386f9f71b4b3a5315a55296cfadb6f05
Reviewed-on: https://gerrit.libreoffice.org/34200Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 2bb20f5b
......@@ -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.
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment