diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-20 13:40:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-20 13:40:34 +0200 |
commit | 77e89962a2518962284c76da4d3339a9cd7b4ccb (patch) | |
tree | 9833ed5715245b84da5a7b1a2d1e3aea1fb8c894 /vcl/inc/win | |
parent | 6b93fc9920299adfbf1401cc7c214486db140fe9 (diff) |
Various loplugin warnings (clang-cl)
Change-Id: I9e3720c86f96abc864a52c0469032132808080a4
Diffstat (limited to 'vcl/inc/win')
-rw-r--r-- | vcl/inc/win/salgdi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index 473d756a8040..9837a067d7d0 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -358,7 +358,7 @@ private: sal_uLong GetKernPairs(); public: - sal_uLong GetTable( const char pTagName[5], const unsigned char*&, void*&, IDWriteFontFace*& ); + static sal_uLong GetTable( const char pTagName[5], const unsigned char*&, void*&, IDWriteFontFace*& ); // public SalGraphics methods, the interface to the independent vcl part // get device resolution @@ -457,7 +457,7 @@ public: virtual SalLayout* GetTextLayout( ImplLayoutArgs&, int nFallbackLevel ) override; virtual void DrawSalLayout( const CommonSalLayout& ) override; - virtual void DrawServerFontLayout( const GenericSalLayout&, const ServerFont& ) {}; + virtual void DrawServerFontLayout( const GenericSalLayout&, const ServerFont& ) override {}; virtual bool supportsOperation( OutDevSupportType ) const override; // Query the platform layer for control support |