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

loplugin:vclwidgets

Change-Id: Iead7373a76b086dbd96d1d9d4643247762d0522f
üst 01be56c6
......@@ -82,7 +82,7 @@ namespace dxcanvas
uno::Reference< awt::XWindow > xParentWindow;
maArguments[4] >>= xParentWindow;
vcl::Window* pParentWindow = VCLUnoHelper::GetWindow(xParentWindow);
auto pParentWindow = VCLUnoHelper::GetWindow(xParentWindow);
if( !pParentWindow )
throw lang::NoSupportException( "Parent window not VCL window, or canvas out-of-process!" );
......
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