summaryrefslogtreecommitdiff
path: root/vcl/source/filter/wmf
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/wmf')
-rw-r--r--vcl/source/filter/wmf/wmfwr.cxx2
-rw-r--r--vcl/source/filter/wmf/wmfwr.hxx6
2 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/filter/wmf/wmfwr.cxx b/vcl/source/filter/wmf/wmfwr.cxx
index a4b0b67ebd81..03ac25e6be2e 100644
--- a/vcl/source/filter/wmf/wmfwr.cxx
+++ b/vcl/source/filter/wmf/wmfwr.cxx
@@ -1773,7 +1773,7 @@ bool WMFWriter::WriteWMF( const GDIMetaFile& rMTF, SvStream& rTargetStream,
aDstFillColor = aSrcFillColor = Color( COL_WHITE );
CreateSelectDeleteBrush( aDstFillColor );
- aDstClipRegion = aSrcClipRegion = Region();
+ aDstClipRegion = aSrcClipRegion = vcl::Region();
bDstIsClipping = bSrcIsClipping = false;
vcl::Font aFont;
diff --git a/vcl/source/filter/wmf/wmfwr.hxx b/vcl/source/filter/wmf/wmfwr.hxx
index a4ce97ace9ca..7647a2b5ccb5 100644
--- a/vcl/source/filter/wmf/wmfwr.hxx
+++ b/vcl/source/filter/wmf/wmfwr.hxx
@@ -39,7 +39,7 @@ struct WMFWriterAttrStackMember
RasterOp eRasterOp;
vcl::Font aFont;
MapMode aMapMode;
- Region aClipRegion;
+ vcl::Region aClipRegion;
PushFlags nFlags;
};
@@ -76,7 +76,7 @@ private:
vcl::Font aSrcFont;
MapMode aSrcMapMode;
bool bSrcIsClipping;
- Region aSrcClipRegion;
+ vcl::Region aSrcClipRegion;
WMFWriterAttrStackMember * pAttrStack;
sal_uInt32 eSrcHorTextAlign;
@@ -93,7 +93,7 @@ private:
sal_uInt32 eDstHorTextAlign;
bool bDstIsClipping; // ???: not taken into account at the moment
- Region aDstClipRegion; // ???: not taken into account at the moment
+ vcl::Region aDstClipRegion; // ???: not taken into account at the moment
bool bHandleAllocated[MAXOBJECTHANDLES]; // which handles have been assigned
sal_uInt16 nDstPenHandle,nDstFontHandle,nDstBrushHandle; // which handles are owned by
// Selected-Objects