summaryrefslogtreecommitdiff
path: root/svtools/source/filter.vcl/wmf/emfwr.hxx
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@Sun.COM>2009-10-22 11:10:27 +0200
committerArmin Le Grand <Armin.Le.Grand@Sun.COM>2009-10-22 11:10:27 +0200
commit88355430b706d2a16fef7ec237e22de946c869ae (patch)
treed1c73b1b6a40d43fe47c033e4ca8330e118cd018 /svtools/source/filter.vcl/wmf/emfwr.hxx
parent5b2480b968b3f375e0d9e43becb54c6897d0820d (diff)
#i105655# most changes for MetaFile consumers done
Diffstat (limited to 'svtools/source/filter.vcl/wmf/emfwr.hxx')
-rw-r--r--svtools/source/filter.vcl/wmf/emfwr.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svtools/source/filter.vcl/wmf/emfwr.hxx b/svtools/source/filter.vcl/wmf/emfwr.hxx
index 150aa1692ade..2d3c8801ba49 100644
--- a/svtools/source/filter.vcl/wmf/emfwr.hxx
+++ b/svtools/source/filter.vcl/wmf/emfwr.hxx
@@ -42,6 +42,9 @@
// - EMFWriter -
// -------------
+class LineInfo;
+namespace basegfx { class B2DPolygon; }
+
class EMFWriter
{
private:
@@ -86,6 +89,7 @@ private:
void ImplWriteBmpRecord( const Bitmap& rBmp, const Point& rPt, const Size& rSz, UINT32 nROP );
void ImplWriteTextRecord( const Point& rPos, const String rText, const sal_Int32* pDXArray, sal_uInt32 nWidth );
+ void Impl_handleLineInfoPolyPolygons(const LineInfo& rInfo, const basegfx::B2DPolygon& rLinePolygon);
void ImplWrite( const GDIMetaFile& rMtf );
public: