diff options
Diffstat (limited to 'include/svx/lathe3d.hxx')
-rw-r--r-- | include/svx/lathe3d.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/lathe3d.hxx b/include/svx/lathe3d.hxx index 9bd17307ceee..c21be66cdc5e 100644 --- a/include/svx/lathe3d.hxx +++ b/include/svx/lathe3d.hxx @@ -39,7 +39,7 @@ class E3dDefaultAttributes; |* \************************************************************************/ -class SVXCORE_DLLPUBLIC E3dLatheObj final : public E3dCompoundObject +class E3dLatheObj final : public E3dCompoundObject { basegfx::B2DPolyPolygon maPolyPoly2D; @@ -52,7 +52,7 @@ private: virtual ~E3dLatheObj() override; public: - E3dLatheObj( + SVXCORE_DLLPUBLIC E3dLatheObj( SdrModel& rSdrModel, const E3dDefaultAttributes& rDefault, basegfx::B2DPolyPolygon aPoly2D); |