[Libreoffice-commits] core.git: sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Dec 28 13:55:30 UTC 2019
sw/source/core/access/AccessibilityCheck.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8930a7d8b8e649336300d98f0a1f27114ad392ea
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Dec 28 14:41:55 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Dec 28 14:54:50 2019 +0100
Fix typo
Change-Id: Ibdf1a5e4f41fc8d2b5578679a28c52f6ff40c9aa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85924
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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);
More information about the Libreoffice-commits
mailing list