summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/ChildrenManagerImpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/accessibility/ChildrenManagerImpl.cxx')
-rw-r--r--svx/source/accessibility/ChildrenManagerImpl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/accessibility/ChildrenManagerImpl.cxx b/svx/source/accessibility/ChildrenManagerImpl.cxx
index c156252efc8e..6ce00e7f88a9 100644
--- a/svx/source/accessibility/ChildrenManagerImpl.cxx
+++ b/svx/source/accessibility/ChildrenManagerImpl.cxx
@@ -975,12 +975,12 @@ void ChildrenManagerImpl::UpdateSelection (void)
}
}
- Window *pParentWindow = maShapeTreeInfo.GetWindow();
+ vcl::Window *pParentWindow = maShapeTreeInfo.GetWindow();
bool bShapeActive= false;
// For table cell, the table's parent must be checked to make sure it has focus.
if (pParentWindow)
{
- Window *pPWindow = pParentWindow->GetParent();
+ vcl::Window *pPWindow = pParentWindow->GetParent();
if (pParentWindow->HasFocus() || (pPWindow && pPWindow->HasFocus()))
bShapeActive =true;
}