diff options
Diffstat (limited to 'drawinglayer/source/tools/emfppath.hxx')
-rw-r--r-- | drawinglayer/source/tools/emfppath.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drawinglayer/source/tools/emfppath.hxx b/drawinglayer/source/tools/emfppath.hxx index 8db095a21a69..94a3d342f887 100644 --- a/drawinglayer/source/tools/emfppath.hxx +++ b/drawinglayer/source/tools/emfppath.hxx @@ -23,13 +23,14 @@ namespace emfplushelper { - struct EMFPPath : public EMFPObject + class EMFPPath : public EMFPObject { ::basegfx::B2DPolyPolygon aPolygon; sal_uInt32 nPoints; std::unique_ptr<float[]> pPoints; std::unique_ptr<sal_uInt8[]> pPointTypes; + public: EMFPPath(sal_uInt32 _nPoints, bool bLines = false); virtual ~EMFPPath() override; |