From 18b6406439a93294d65a001a83311ab175d9bf49 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 13 Jan 2023 10:23:22 +0100 Subject: [PATCH] Fix typos Change-Id: I173920a96524f991f2965af99e8d95f11d1b3c35 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145455 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- docmodel/README.md | 2 +- include/docmodel/theme/ThemeColor.hxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docmodel/README.md b/docmodel/README.md index c8d08b133b1e..85464fb5beb5 100644 --- a/docmodel/README.md +++ b/docmodel/README.md @@ -1,5 +1,5 @@ # Document Model Types and Objects -Contains document model types, that don't require many depenencies except +Contains document model types, that don't require many dependencies except basic types found in basegfx and tools. The purpose of this types and objects is to be available in all common components. diff --git a/include/docmodel/theme/ThemeColor.hxx b/include/docmodel/theme/ThemeColor.hxx index 2069594713d8..4d10cce2579d 100644 --- a/include/docmodel/theme/ThemeColor.hxx +++ b/include/docmodel/theme/ThemeColor.hxx @@ -17,7 +17,7 @@ namespace model { -/** Color transfomation type */ +/** Color transformation type */ enum class TransformationType { Undefined, @@ -104,7 +104,7 @@ public: std::vector const& getTransformations() const { return maTransformations; } - /** Applies the defined trasformations to the input color */ + /** Applies the defined transformations to the input color */ Color applyTransformations(Color const& rColor) const { Color aColor(rColor);