summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-03-11 07:02:54 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-03-11 08:27:06 +0100
commita370e7ff7e8225b8343678401eca5a1721b2b9bb (patch)
tree5079f2c40a7a2d050852fa076873aab4af6270b7
parentcf95c0024ad9312ebdda382aba8f3cc201a0fdb2 (diff)
Fix typos
Change-Id: I76e302e4db6d048e009d1ccd8dd185610f6ccf9b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131334 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--include/vcl/weld.hxx4
-rw-r--r--sc/qa/unit/subsequent_export_test2.cxx2
2 files changed, 3 insertions, 3 deletions
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);