Fix typos

Change-Id: I42d38399726acb1d044b4b9f032de96ded00e5bc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121542
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2021-09-08 08:10:40 +02:00
committed by Julien Nabet
parent 5a10614eb4
commit f7df27f0a2
5 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ class Td117868(UITestCase):
xSeparatedBy = xDialog.getChild("toseparatedby")
xSeparatedBy.executeAction("CLICK", tuple())
# Without the fix in place, this test would haved failed with
# Without the fix in place, this test would have failed with
# AssertionError: 'true' != 'false'
self.assertEqual('true', get_state_as_dict(xDialog.getChild("other"))['Selected'])
self.assertEqual('false', get_state_as_dict(xDialog.getChild("tab"))['Selected'])

View File

@@ -77,7 +77,7 @@ private:
// Edit in readonly sections.
bool m_bEditInReadonlyFlag : 1;
bool m_bHidden : 1; ///< Section is hidden, unless condition evalutes `false'
bool m_bHidden : 1; ///< Section is hidden, unless condition evaluates `false'
bool m_bCondHiddenFlag : 1; ///< Hide condition evaluated `true'
bool m_bConnectFlag : 1; // Connected to server?

View File

@@ -3129,7 +3129,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest2, testTdf50447_keep_hints)
dispatchCommand(mxComponent, ".uno:RejectAllTrackedChanges", {});
// all hints and text portions between them got back the original formattings
// all hints and text portions between them got back the original formatting
xText = getParagraph(1)->getText();
CPPUNIT_ASSERT(xText.is());

View File

@@ -805,7 +805,7 @@ void SwTextShell::StateField( SfxItemSet &rSet )
rSet.InvalidateItem( FN_DELETE_COMMENT );
rSet.InvalidateItem( FN_HIDE_NOTE );
}
// tdf#137568 do not offer comment formating, if no comments are present
// tdf#137568 do not offer comment formatting, if no comments are present
if (!pPostItMgr || !pPostItMgr->HasNotes())
rSet.DisableItem( FN_FORMAT_ALL_NOTES );
}

View File

@@ -3255,7 +3255,7 @@ void XMLAnnotationImportContext::endFastElement(sal_Int32 /*nElement*/)
}
catch (const uno::RuntimeException&)
{
// Loosing the start of the anchor is better than not opening the document at
// Losing the start of the anchor is better than not opening the document at
// all.
TOOLS_WARN_EXCEPTION(
"xmloff.text",