summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/gradtrns.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/gradtrns.hxx')
-rw-r--r--svx/source/svdraw/gradtrns.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/svdraw/gradtrns.hxx b/svx/source/svdraw/gradtrns.hxx
index 7e6e02f1854e..eee35582a9b0 100644
--- a/svx/source/svdraw/gradtrns.hxx
+++ b/svx/source/svdraw/gradtrns.hxx
@@ -40,10 +40,9 @@ public:
XGradient aGradient;
};
-class GradTransformer
+struct GradTransformer
{
-public:
- GradTransformer() {}
+ GradTransformer() = delete;
static void GradToVec(GradTransGradient const & rG, GradTransVector& rV,
const SdrObject* pObj);