diff options
Diffstat (limited to 'emfio/inc')
-rw-r--r-- | emfio/inc/mtftools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emfio/inc/mtftools.hxx b/emfio/inc/mtftools.hxx index 6c12078f051e..4dff8d391e0a 100644 --- a/emfio/inc/mtftools.hxx +++ b/emfio/inc/mtftools.hxx @@ -336,7 +336,7 @@ namespace emfio Bitmap aBmp; WinMtfFillStyle() - : aFillColor(Color(COL_BLACK)) + : aFillColor(COL_BLACK) , bTransparent(false) , aType(WinMtfFillStyleType::Solid) {} |