summaryrefslogtreecommitdiff
path: root/include/svx/xhatch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xhatch.hxx')
-rw-r--r--include/svx/xhatch.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xhatch.hxx b/include/svx/xhatch.hxx
index 91dea6e6c1e2..1553141e5950 100644
--- a/include/svx/xhatch.hxx
+++ b/include/svx/xhatch.hxx
@@ -39,7 +39,7 @@ class SVXCORE_DLLPUBLIC XHatch final
public:
XHatch() : eStyle(css::drawing::HatchStyle_SINGLE), nDistance(0), nAngle(0) {}
XHatch(const Color& rCol, css::drawing::HatchStyle eStyle = css::drawing::HatchStyle_SINGLE,
- tools::Long nDistance = 20, Degree10 nAngle = Degree10(0));
+ tools::Long nDistance = 20, Degree10 nAngle = 0_deg10);
bool operator==(const XHatch& rHatch) const;