[Libreoffice-commits] core.git: vcl/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Aug 17 09:12:32 UTC 2018


 vcl/inc/quartz/salgdi.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b83fac898a54196e2430fe7710f946b5217ee6f2
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Aug 16 22:11:30 2018 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Aug 17 11:12:09 2018 +0200

    loplugin:override
    
    Change-Id: Id884bdd1f1b5314df05b4d8839b13922f19f01cb
    Reviewed-on: https://gerrit.libreoffice.org/59236
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

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;


More information about the Libreoffice-commits mailing list