summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/access/AccessibilityCheck.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/access/AccessibilityCheck.cxx b/sw/source/core/access/AccessibilityCheck.cxx
index e81d23787f5e..bf4fa661429e 100644
--- a/sw/source/core/access/AccessibilityCheck.cxx
+++ b/sw/source/core/access/AccessibilityCheck.cxx
@@ -104,7 +104,7 @@ public:
}
};
-// Check Table node if the table is merged and splitted.
+// Check Table node if the table is merged and split.
class TableNodeMergeSplitCheck : public NodeCheck
{
private:
@@ -314,7 +314,7 @@ private:
uno::Reference<beans::XPropertySet> xProperties(xTextRange, uno::UNO_QUERY);
if (xProperties.is())
{
- // Forground color
+ // Foreground color
sal_Int32 nCharColor;
xProperties->getPropertyValue("CharColor") >>= nCharColor;
Color aForegroundColor(nCharColor);