[Libreoffice-commits] core.git: sc/qa sw/inc sw/qa sw/source xmloff/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Sep 8 07:19:39 UTC 2021
sc/qa/uitest/csv_dialog/tdf117868.py | 2 +-
sw/inc/section.hxx | 2 +-
sw/qa/extras/uiwriter/uiwriter2.cxx | 2 +-
sw/source/uibase/shells/textfld.cxx | 2 +-
xmloff/source/text/txtfldi.cxx | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit f7df27f0a25bdc2cb15fe59a1b217b75f528e9bd
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Sep 8 08:10:40 2021 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Sep 8 09:19:04 2021 +0200
Fix typos
Change-Id: I42d38399726acb1d044b4b9f032de96ded00e5bc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121542
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sc/qa/uitest/csv_dialog/tdf117868.py b/sc/qa/uitest/csv_dialog/tdf117868.py
index 9f3b8de24a88..5cfcd1503749 100644
--- a/sc/qa/uitest/csv_dialog/tdf117868.py
+++ b/sc/qa/uitest/csv_dialog/tdf117868.py
@@ -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'])
diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx
index 0647e0273334..06a173daec7f 100644
--- a/sw/inc/section.hxx
+++ b/sw/inc/section.hxx
@@ -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?
diff --git a/sw/qa/extras/uiwriter/uiwriter2.cxx b/sw/qa/extras/uiwriter/uiwriter2.cxx
index ee9039b8039b..50c9f008eb34 100644
--- a/sw/qa/extras/uiwriter/uiwriter2.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter2.cxx
@@ -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());
diff --git a/sw/source/uibase/shells/textfld.cxx b/sw/source/uibase/shells/textfld.cxx
index 52aee7fc4f5c..e107a86d34f0 100644
--- a/sw/source/uibase/shells/textfld.cxx
+++ b/sw/source/uibase/shells/textfld.cxx
@@ -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 );
}
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx
index 14728703cbea..b983949c3b9a 100644
--- a/xmloff/source/text/txtfldi.cxx
+++ b/xmloff/source/text/txtfldi.cxx
@@ -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",
More information about the Libreoffice-commits
mailing list