From 8930a7d8b8e649336300d98f0a1f27114ad392ea Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 28 Dec 2019 14:41:55 +0100 Subject: Fix typo Change-Id: Ibdf1a5e4f41fc8d2b5578679a28c52f6ff40c9aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85924 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- sw/source/core/access/AccessibilityCheck.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source') 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 xProperties(xTextRange, uno::UNO_QUERY); if (xProperties.is()) { - // Forground color + // Foreground color sal_Int32 nCharColor; xProperties->getPropertyValue("CharColor") >>= nCharColor; Color aForegroundColor(nCharColor); -- cgit