summaryrefslogtreecommitdiff
path: root/accessibility/source/standard/accessiblemenuitemcomponent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/source/standard/accessiblemenuitemcomponent.cxx')
-rw-r--r--accessibility/source/standard/accessiblemenuitemcomponent.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/source/standard/accessiblemenuitemcomponent.cxx b/accessibility/source/standard/accessiblemenuitemcomponent.cxx
index 79fbcbc43aba..60c7b6b77e96 100644
--- a/accessibility/source/standard/accessiblemenuitemcomponent.cxx
+++ b/accessibility/source/standard/accessiblemenuitemcomponent.cxx
@@ -137,7 +137,7 @@ void OAccessibleMenuItemComponent::Click()
// click the menu item
if ( m_pParent )
{
- Window* pWindow = m_pParent->GetWindow();
+ vcl::Window* pWindow = m_pParent->GetWindow();
if ( pWindow )
{
// #102438# Menu items are not selectable
@@ -264,7 +264,7 @@ awt::Rectangle OAccessibleMenuItemComponent::implGetBounds() throw (RuntimeExcep
aBounds = AWTRectangle( m_pParent->GetBoundingRectangle( m_nItemPos ) );
// get position of containing window in screen coordinates
- Window* pWindow = m_pParent->GetWindow();
+ vcl::Window* pWindow = m_pParent->GetWindow();
if ( pWindow )
{
Rectangle aRect = pWindow->GetWindowExtentsRelative( NULL );