include/docmodel/color/ComplexColor.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dba71e531d6f916ba286ea1c14a1b43d6c694117 Author: Tomaž Vajngerl <[email protected]> AuthorDate: Sat Dec 27 10:54:03 2025 +0900 Commit: Tomaž Vajngerl <[email protected]> CommitDate: Sat Dec 27 08:45:49 2025 +0100 fix ComplexColor comment that was cut off mid sentence Change-Id: I7d04f2b916f0b4cdb3694908e6895dd9fdc2ae22 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196241 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <[email protected]> diff --git a/include/docmodel/color/ComplexColor.hxx b/include/docmodel/color/ComplexColor.hxx index 0333b128fadf..b83b63a23fa3 100644 --- a/include/docmodel/color/ComplexColor.hxx +++ b/include/docmodel/color/ComplexColor.hxx @@ -73,7 +73,7 @@ enum class SystemColorType * A color that can be expresses as a RGB, CRGB or HSL representation or * a more abstract representation as for example system color, palette, * theme color or a placeholder. In these representations the - * color needs to be additionally + * color needs to be additionally computed and/or looked up. * * The color can also have transformations defined, which in addition * manipulates the resulting color (i.e. tints, shades, alpha,...).
