summaryrefslogtreecommitdiff
path: root/include/svx/xgrad.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xgrad.hxx')
-rw-r--r--include/svx/xgrad.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xgrad.hxx b/include/svx/xgrad.hxx
index e6331d7274c5..620b5abb4ff2 100644
--- a/include/svx/xgrad.hxx
+++ b/include/svx/xgrad.hxx
@@ -47,7 +47,7 @@ class SAL_WARN_UNUSED SVXCORE_DLLPUBLIC XGradient final
public:
XGradient();
XGradient( const Color& rStart, const Color& rEnd,
- css::awt::GradientStyle eStyle = css::awt::GradientStyle_LINEAR, Degree10 nAngle = Degree10(0),
+ css::awt::GradientStyle eStyle = css::awt::GradientStyle_LINEAR, Degree10 nAngle = 0_deg10,
sal_uInt16 nXOfs = 50, sal_uInt16 nYOfs = 50, sal_uInt16 nBorder = 0,
sal_uInt16 nStartIntens = 100, sal_uInt16 nEndIntens = 100,
sal_uInt16 nSteps = 0 );