Kaydet (Commit) 1769cbd2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wnull-conversion (Clang towards 3.2)

Change-Id: I9ae2f8ee458b163b8b396c7abed28e6af5b52337
üst e3898d37
......@@ -369,7 +369,7 @@ uno::Reference< ::media::XPlayerWindow > SAL_CALL Player::createPlayerWindow( co
if( aSize.Width > 0 && aSize.Height > 0 )
{
sal_IntPtr nPtr = NULL;
sal_IntPtr nPtr = 0;
aArguments[0] >>= nPtr;
NSView* pParentView = reinterpret_cast< NSView * >(nPtr);
......
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