diff options
Diffstat (limited to 'include/basegfx')
-rw-r--r-- | include/basegfx/utils/bgradient.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/basegfx/utils/bgradient.hxx b/include/basegfx/utils/bgradient.hxx index f54b8763d87f..2ac8eba41d61 100644 --- a/include/basegfx/utils/bgradient.hxx +++ b/include/basegfx/utils/bgradient.hxx @@ -264,6 +264,10 @@ public: // Apply BColorModifierStack changes void tryToApplyBColorModifierStack(const BColorModifierStack& rBColorModifierStack); + + // check if local and given BColorStops have same count and distances, + // ignore colors + bool sameSizeAndDistances(const BColorStops& rComp) const; }; class BASEGFX_DLLPUBLIC BGradient final |