diff options
-rw-r--r-- | include/vcl/weld.hxx | 4 | ||||
-rw-r--r-- | sc/qa/unit/subsequent_export_test2.cxx | 2 |
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); |