summaryrefslogtreecommitdiff
path: root/svx/source/table/accessiblecell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/accessiblecell.cxx')
-rw-r--r--svx/source/table/accessiblecell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/accessiblecell.cxx b/svx/source/table/accessiblecell.cxx
index 166f2c3efab8..b223f23ef7f0 100644
--- a/svx/source/table/accessiblecell.cxx
+++ b/svx/source/table/accessiblecell.cxx
@@ -65,7 +65,7 @@ AccessibleCell::~AccessibleCell (void)
void AccessibleCell::Init (void)
{
SdrView* pView = maShapeTreeInfo.GetSdrView();
- const Window* pWindow = maShapeTreeInfo.GetWindow ();
+ const vcl::Window* pWindow = maShapeTreeInfo.GetWindow ();
if( (pView != NULL) && (pWindow != NULL) && mxCell.is())
{
OutlinerParaObject* pOutlinerParaObject = mxCell->GetEditOutlinerParaObject(); // Get the OutlinerParaObject if text edit is active