diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-10-13 17:28:44 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-10-14 08:34:28 +0200 |
commit | 2f43642d5c6cc9662a1f7f50bf215609cee1f634 (patch) | |
tree | 875aa7305552574c510b5c9100c5ecb93983c979 /vcl/win/gdi | |
parent | aaf44ae6f0e50838a7e6674eada4eedfce91590c (diff) |
loplugin:unreffun (clang-cl)
Change-Id: I9e478c71662aa5a5347d11adae0435e737fced82
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104247
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/win/gdi')
-rw-r--r-- | vcl/win/gdi/salfont.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/win/gdi/salfont.cxx b/vcl/win/gdi/salfont.cxx index 0d7930d20e71..ea8bccfdd1f4 100644 --- a/vcl/win/gdi/salfont.cxx +++ b/vcl/win/gdi/salfont.cxx @@ -1546,7 +1546,6 @@ public: SFErrCodes open(void const * pBuffer, sal_uInt32 nLen, sal_uInt32 nFaceNum, const FontCharMapRef xCharMap = nullptr); TrueTypeFont * get() const { return m_pFont; } - TrueTypeFont* operator->() { return m_pFont; } private: TrueTypeFont * m_pFont; |