summaryrefslogtreecommitdiff
path: root/emfio
diff options
context:
space:
mode:
Diffstat (limited to 'emfio')
-rw-r--r--emfio/inc/mtftools.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/emfio/inc/mtftools.hxx b/emfio/inc/mtftools.hxx
index 784fe796efe7..490bed017147 100644
--- a/emfio/inc/mtftools.hxx
+++ b/emfio/inc/mtftools.hxx
@@ -314,7 +314,7 @@ namespace emfio
virtual ~GDIObj() = default; // Polymorphic base class
};
- struct EMFIO_DLLPUBLIC WinMtfFontStyle : GDIObj
+ struct EMFIO_DLLPUBLIC WinMtfFontStyle final : GDIObj
{
vcl::Font aFont;
@@ -326,7 +326,7 @@ namespace emfio
Solid, Pattern
};
- struct WinMtfFillStyle : GDIObj
+ struct WinMtfFillStyle final : GDIObj
{
Color aFillColor;
bool bTransparent;
@@ -359,7 +359,7 @@ namespace emfio
}
};
- struct WinMtfLineStyle : GDIObj
+ struct WinMtfLineStyle final : GDIObj
{
Color aLineColor;
LineInfo aLineInfo;