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

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Mon Oct 14 21:28:47 UTC 2019


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

New commits:
commit f1020c61e950b0ccca06d56df676a366907c0db2
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Mon Oct 14 21:39:19 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Oct 14 23:27:49 2019 +0200

    Fix method name origin in SAL_WARN_IF(vcl/quartz/salgdi)
    
    Change-Id: I7fff6af5e521318324df63b32d4be7b0e0f12771
    Reviewed-on: https://gerrit.libreoffice.org/80803
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx
index 0d5ecab6a419..8884d0bd9f3b 100644
--- a/vcl/quartz/salgdi.cxx
+++ b/vcl/quartz/salgdi.cxx
@@ -735,7 +735,7 @@ bool AquaSalGraphics::GetRawFontData( const PhysicalFontFace* pFontData,
         nOfs += nPrepSize;
     }
 
-    SAL_WARN_IF( (nOfs!=nTotalSize), "vcl", "AquaSalGraphics::CreateFontSubset (nOfs!=nTotalSize)");
+    SAL_WARN_IF( (nOfs!=nTotalSize), "vcl", "AquaSalGraphics::GetRawFontData (nOfs!=nTotalSize)");
 
     return true;
 }


More information about the Libreoffice-commits mailing list