diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-05-15 23:43:15 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-05-16 09:41:12 +0200 |
commit | bb0edd05b5595e8b795db6ce521491716661a09a (patch) | |
tree | ca6fc2399022efebaa9a345cc7cb55158613ed14 /include/basegfx | |
parent | 8c76c0538d81a1425caca55c917367492b7cc631 (diff) |
Fix typo
Change-Id: I126f38c126c3f541d451cdafa074d2b8c0248d05
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151815
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/basegfx')
-rw-r--r-- | include/basegfx/utils/bgradient.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/utils/bgradient.hxx b/include/basegfx/utils/bgradient.hxx index 37de614faba7..fc32683802b9 100644 --- a/include/basegfx/utils/bgradient.hxx +++ b/include/basegfx/utils/bgradient.hxx @@ -137,7 +137,7 @@ public: BColorStops(const css::awt::ColorStopSequence& rColorStops); BColorStops(const css::uno::Any& rVal); - // constuctor with two colors to explicitly create a + // constructor with two colors to explicitly create a // BColorStops for StartColor @0.0 & EndColor @1.0 BColorStops(const BColor& rStart, const BColor& rEnd); |