Kaydet (Commit) 022331e8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix MSVC build

Change-Id: I784c0325c22708ab48217a9c06759d9fc1d7d5eb
üst 4deb5e71
...@@ -91,7 +91,7 @@ Reference<awt::XWindow> SAL_CALL PresenterHelper::createWindow ( ...@@ -91,7 +91,7 @@ Reference<awt::XWindow> SAL_CALL PresenterHelper::createWindow (
{ {
// Make the frame window transparent and make the parent able to // Make the frame window transparent and make the parent able to
// draw behind it. // draw behind it.
if (pParentWindow != NULL) if (pParentWindow.get() != NULL)
pParentWindow->EnableChildTransparentMode(true); pParentWindow->EnableChildTransparentMode(true);
} }
......
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