summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-08-16 22:11:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-08-17 11:12:09 +0200
commitb83fac898a54196e2430fe7710f946b5217ee6f2 (patch)
tree50783547854367b1f98efbf4e2645b278496391b
parent200b4f3324c18667b3f2ddcb8d4ca26a1d2bb55d (diff)
loplugin:override
Change-Id: Id884bdd1f1b5314df05b4d8839b13922f19f01cb Reviewed-on: https://gerrit.libreoffice.org/59236 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--vcl/inc/quartz/salgdi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h
index a05ac07be7fb..a8341c65692e 100644
--- a/vcl/inc/quartz/salgdi.h
+++ b/vcl/inc/quartz/salgdi.h
@@ -82,7 +82,7 @@ class CoreTextStyle : public LogicalFontInstance
friend rtl::Reference<LogicalFontInstance> CoreTextFontFace::CreateFontInstance(const FontSelectPattern&) const;
public:
- ~CoreTextStyle();
+ ~CoreTextStyle() override;
void GetFontMetric( ImplFontMetricDataRef const & );
bool GetGlyphBoundRect(const GlyphItem&, tools::Rectangle&) const;