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:
Noel Grandin
2014-09-23 11:20:40 +02:00
parent 7cbbefae22
commit 827c46e7d7
2857 changed files with 10038 additions and 9936 deletions

View File

@@ -2517,7 +2517,7 @@ OQueryDesignView::~OQueryDesignView()
{
if ( m_pTableView )
::dbaui::notifySystemWindow(this,m_pTableView,::comphelper::mem_fun(&TaskPaneList::RemoveWindow));
boost::scoped_ptr<Window> aTemp(m_pSelectionBox);
boost::scoped_ptr<vcl::Window> aTemp(m_pSelectionBox);
m_pSelectionBox = NULL;
}
@@ -2776,7 +2776,7 @@ bool OQueryDesignView::PreNotify(NotifyEvent& rNEvt)
case EVENT_GETFOCUS:
#if OSL_DEBUG_LEVEL > 0
{
Window* pFocus = Application::GetFocusWindow();
vcl::Window* pFocus = Application::GetFocusWindow();
(void)pFocus;
}
#endif