diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-28 14:41:55 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-28 14:54:50 +0100 |
commit | 8930a7d8b8e649336300d98f0a1f27114ad392ea (patch) | |
tree | b0f1b5742537b8c6e378cd808ad07e30bdac684e /sw/source | |
parent | 4454f4d4ffd8eb7d1c6dd32b2eb2372139fcded3 (diff) |
Fix typo
Change-Id: Ibdf1a5e4f41fc8d2b5578679a28c52f6ff40c9aa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85924
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/access/AccessibilityCheck.cxx | 4 |
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); |