[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - vcl/win

Michael Meeks michael.meeks at collabora.com
Sun Aug 30 23:24:23 PDT 2015


 vcl/win/source/gdi/winlayout.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 44befc2dfcbffc338b65362ae734219556deb823
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Mon Aug 31 07:30:00 2015 +0100

    WaE: remove unused parameter.
    
    Change-Id: Idd7ec17eed51f79ead56349bb644945826d0a695

diff --git a/vcl/win/source/gdi/winlayout.cxx b/vcl/win/source/gdi/winlayout.cxx
index aab2f10..f262724 100644
--- a/vcl/win/source/gdi/winlayout.cxx
+++ b/vcl/win/source/gdi/winlayout.cxx
@@ -119,7 +119,7 @@ char ColorFor(COLORREF aColor)
     return '0' + (10*(GetRValue(aColor) + GetGValue(aColor) + GetBValue(aColor))) / (0xFF*3);
 }
 
-void DumpGlyphBitmap(OpenGLGlyphCacheChunk& rChunk, HDC hDC)
+void DumpGlyphBitmap(OpenGLGlyphCacheChunk&, HDC hDC)
 {
     HBITMAP hBitmap = static_cast<HBITMAP>(GetCurrentObject(hDC, OBJ_BITMAP));
     if (hBitmap == NULL)


More information about the Libreoffice-commits mailing list