summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/metaact.cxx10
1 files changed, 9 insertions, 1 deletions
diff --git a/vcl/source/gdi/metaact.cxx b/vcl/source/gdi/metaact.cxx
index cfcda99eb54c..26c9eee9554b 100644
--- a/vcl/source/gdi/metaact.cxx
+++ b/vcl/source/gdi/metaact.cxx
@@ -2878,7 +2878,15 @@ void MetaPopAction::Read( SvStream& rIStm, ImplMetaReadData* )
COMPAT( rIStm );
}
-IMPL_META_ACTION( RasterOp, META_RASTEROP_ACTION )
+MetaRasterOpAction::MetaRasterOpAction() :
+ MetaAction ( META_RASTEROP_ACTION ),
+ meRasterOp ( ROP_OVERPAINT )
+{
+}
+
+MetaRasterOpAction::~MetaRasterOpAction()
+{
+}
MetaRasterOpAction::MetaRasterOpAction( RasterOp eRasterOp ) :
MetaAction ( META_RASTEROP_ACTION ),