include/vcl/weld.hxx                   |    4 ++--
 sc/qa/unit/subsequent_export_test2.cxx |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit a370e7ff7e8225b8343678401eca5a1721b2b9bb
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Mar 11 07:02:54 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Mar 11 08:27:06 2022 +0100

    Fix typos
    
    Change-Id: I76e302e4db6d048e009d1ccd8dd185610f6ccf9b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131334
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index 5d3842a5247a..bdef5b22b9ca 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -209,8 +209,8 @@ public:
 
     virtual OUString get_accessible_description() const = 0;
 
-    // After this call this widget is only accessiblity labelled by pLabel and
-    // pLabel only accessiblity labels this widget
+    // After this call this widget is only accessibility labelled by pLabel and
+    // pLabel only accessibility labels this widget
     virtual void set_accessible_relation_labeled_by(weld::Widget* pLabel) = 0;
 
     virtual void set_tooltip_text(const OUString& rTip) = 0;
diff --git a/sc/qa/unit/subsequent_export_test2.cxx 
b/sc/qa/unit/subsequent_export_test2.cxx
index be7469523e67..9db733b8f5d1 100644
--- a/sc/qa/unit/subsequent_export_test2.cxx
+++ b/sc/qa/unit/subsequent_export_test2.cxx
@@ -3074,7 +3074,7 @@ void ScExportTest2::testWholeRowBold()
     CPPUNIT_ASSERT_MESSAGE("Failed to open empty doc", xDocSh1.is());
     ScDocument* pDoc = &xDocSh1->GetDocument();
 
-    // Make entire second row row bold.
+    // Make entire second row bold.
     ScPatternAttr boldAttr(pDoc->GetPool());
     boldAttr.GetItemSet().Put(SvxWeightItem(WEIGHT_BOLD, ATTR_FONT_WEIGHT));
     pDoc->ApplyPatternAreaTab(0, 1, pDoc->MaxCol(), 1, 0, boldAttr);

Reply via email to