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

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 14 06:35:17 UTC 2020


 vcl/win/gdi/salfont.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 2f43642d5c6cc9662a1f7f50bf215609cee1f634
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Oct 13 17:28:44 2020 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Oct 14 08:34:28 2020 +0200

    loplugin:unreffun (clang-cl)
    
    Change-Id: I9e478c71662aa5a5347d11adae0435e737fced82
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104247
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

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;


More information about the Libreoffice-commits mailing list