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

Improved loplugin:redundantcast (const-qualified typedefs): vcl

Change-Id: Iac5978ee41f76a2b34c7dae12509212ba1c9d7e7
Reviewed-on: https://gerrit.libreoffice.org/56706
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 65866a93
......@@ -755,9 +755,9 @@ Reference< css::datatransfer::dnd::XDragSource > Window::GetDragSource()
aDropTargetSN = "com.sun.star.datatransfer.dnd.X11DropTarget";
aDragSourceAL[ 0 ] <<= Application::GetDisplayConnection();
aDragSourceAL[ 1 ] <<= static_cast<sal_IntPtr>(pEnvData->aShellWindow);
aDragSourceAL[ 1 ] <<= pEnvData->aShellWindow;
aDropTargetAL[ 0 ] <<= Application::GetDisplayConnection();
aDropTargetAL[ 1 ] <<= static_cast<sal_IntPtr>(pEnvData->aShellWindow);
aDropTargetAL[ 1 ] <<= pEnvData->aShellWindow;
#endif
if( !aDragSourceSN.isEmpty() )
mpWindowImpl->mpFrameData->mxDragSource.set(
......
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