diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-11-11 15:19:08 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-11-11 15:55:29 +0100 |
commit | d08fad0f0866b8a17dc70cd26e83afaa5d2d52f7 (patch) | |
tree | 175ec3a738bd07f4665584c9539204b45de136d1 /include/tools | |
parent | 47204af3a25621aec89449f180ee7224c1f247ce (diff) |
Fix typo
Change-Id: Ie75e42e278a32d3a4130ec65a1ed05265fbc6f91
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105599
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/color.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/color.hxx b/include/tools/color.hxx index a41a0d454117..dfa84d255dbc 100644 --- a/include/tools/color.hxx +++ b/include/tools/color.hxx @@ -182,7 +182,7 @@ public: return mValue & 0x00FFFFFF; } - /* Comparation and operators */ + /* Comparison and operators */ /** Check if the color RGB value is equal than rColor. * @param rColor @@ -308,7 +308,7 @@ public: } /** Merges color with rMergeColor. - * Allows to get resulting color when supperposing another. + * Allows to get resulting color when superposing another. * @param rMergeColor * @param cTransparency */ |