vcl/win/source/gdi/winlayout.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit d8a8149e1550ca435b35a421b97070266914f49f Author: Stephan Bergmann <sberg...@redhat.com> Date: Mon Nov 17 11:02:01 2014 +0100 warning C4189: local variable is initialized but not referenced Change-Id: Id87af31e9b60d548959ba735b635ff3d154fc587 diff --git a/vcl/win/source/gdi/winlayout.cxx b/vcl/win/source/gdi/winlayout.cxx index 7f6fdc9..3321d0d 100644 --- a/vcl/win/source/gdi/winlayout.cxx +++ b/vcl/win/source/gdi/winlayout.cxx @@ -244,9 +244,9 @@ void WinLayout::DrawText(SalGraphics& rGraphics) const aRects.mnDestHeight = height; pImpl->PreDraw(); - COLORREF color = GetTextColor(hDC); - SalColor salColor = MAKE_SALCOLOR(GetRValue(color), GetGValue(color), GetBValue(color)); // TODO when we have it: + // COLORREF color = GetTextColor(hDC); + // SalColor salColor = MAKE_SALCOLOR(GetRValue(color), GetGValue(color), GetBValue(color)); // pImpl->DrawSolidColorWithMask(salColor, aTexture, aRects); // and kill the following interim thing: pImpl->DrawTexture(aTexture, aRects); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits