summaryrefslogtreecommitdiff
path: root/include/basegfx/utils/bgradient.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/utils/bgradient.hxx')
-rw-r--r--include/basegfx/utils/bgradient.hxx4
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