SalColormap: -Werror=conversion-null

That is actually XID, not a pointer.

Change-Id: I9fa807fc4f33c07b2b4ebbb5e1b7163eb53411c3
This commit is contained in:
Michael Stahl
2012-11-19 12:39:56 +01:00
parent ad913681c0
commit fe71e7bd0c

View File

@@ -2687,7 +2687,7 @@ SalColormap::SalColormap( sal_uInt16 nDepth )
SalColormap::~SalColormap()
{
#ifdef DBG_UTIL
m_hColormap = NULL;
m_hColormap = None;
m_pDisplay = NULL;
#endif
}