summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/basegfx/utils/bgradient.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/utils/bgradient.hxx b/include/basegfx/utils/bgradient.hxx
index fa9591cdb266..49598c8266fa 100644
--- a/include/basegfx/utils/bgradient.hxx
+++ b/include/basegfx/utils/bgradient.hxx
@@ -335,7 +335,7 @@ public:
css::awt::Gradient2 getAsGradient2() const;
/// Tooling to handle border correction/integration and StartStopIntensity
- void tryToRecreateBorder(basegfx::BColorStops* pAssociatedTransparencyStops);
+ void tryToRecreateBorder(basegfx::BColorStops* pAssociatedTransparencyStops = nullptr);
void tryToApplyBorder();
void tryToApplyStartEndIntensity();
};