vcl/quartz/salgdi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f1020c61e950b0ccca06d56df676a366907c0db2 Author: Julien Nabet <[email protected]> AuthorDate: Mon Oct 14 21:39:19 2019 +0200 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
