[Libreoffice-commits] core.git: vcl/source
Stephan Bergmann
sbergman at redhat.com
Tue Sep 29 03:24:20 PDT 2015
vcl/source/outdev/transparent.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit bf89e877e28f5247f97226bdf93526e6a14f181f
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Sep 29 12:23:56 2015 +0200
-Werror,-Wunused-variable
Change-Id: Ice39e95596c5fcd9b3b728ef0064161898f27fb5
diff --git a/vcl/source/outdev/transparent.cxx b/vcl/source/outdev/transparent.cxx
index 4070216..5e4da2f 100644
--- a/vcl/source/outdev/transparent.cxx
+++ b/vcl/source/outdev/transparent.cxx
@@ -461,7 +461,6 @@ void OutputDevice::EmulateDrawTransparent ( const tools::PolyPolygon& rPolyPoly,
{
BitmapColor aPixCol;
const BitmapColor aFillCol( GetFillColor() );
- const BitmapColor aWhite( pR->GetBestMatchingColor( Color( COL_WHITE ) ) );
const BitmapColor aBlack( pR->GetBestMatchingColor( Color( COL_BLACK ) ) );
const long nWidth = pW->Width();
const long nHeight = pW->Height();
More information about the Libreoffice-commits
mailing list