Kaydet (Commit) 29534bfb authored tarafından Thorsten Behrens's avatar Thorsten Behrens

Remove some accidental merge by-products.

Change-Id: Ic04832bf95fd425f839bd4f6a1390959f3c82247
üst 42f9c7f8
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
--- vcl/unx/generic/gdi/salgdi2.cxx
+++ vcl/unx/generic/gdi/salgdi2.cxx
@@ -658,8 +658,8 @@
const SalVisual& rSalVis = pSalDisp->GetVisual( m_nXScreen );
Display* pXDisplay = pSalDisp->GetDisplay();
- Picture aAlphaPic;
- Pixmap aAlphaPM;
+ Picture aAlphaPic = 0;
+ Pixmap aAlphaPM = 0;
// create source Picture
int nDepth = m_pVDev ? m_pVDev->GetDepth() : rSalVis.GetDepth();
const X11SalBitmap& rSrcX11Bmp = static_cast<const X11SalBitmap&>( rSrcBitmap );
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment