fdo#82577: Handle Window
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
This commit is contained in:
@@ -195,7 +195,7 @@ void implnPasteSpecial( const uno::Reference< frame::XModel>& xModel, InsertDele
|
||||
if ( pTabViewShell )
|
||||
{
|
||||
ScViewData& rView = pTabViewShell->GetViewData();
|
||||
Window* pWin = rView.GetActiveWin();
|
||||
vcl::Window* pWin = rView.GetActiveWin();
|
||||
if (pWin)
|
||||
{
|
||||
ScTransferObj* pOwnClip = ScTransferObj::GetOwnClipboard( pWin );
|
||||
|
Reference in New Issue
Block a user