summaryrefslogtreecommitdiff
path: root/svx/source/form/fmshimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/fmshimp.cxx')
-rw-r--r--svx/source/form/fmshimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index 379188c3f769..c07e66a27fbb 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -2886,7 +2886,7 @@ Reference< XControl> FmXFormShell::impl_getControl( const Reference< XControlMod
{
// fallabck (some controls might not have been created, yet, since they were never visible so far)
Reference< XControl > xContainerControl( xControlContainer, UNO_QUERY_THROW );
- const Window* pContainerWindow = VCLUnoHelper::GetWindow( xContainerControl->getPeer() );
+ const vcl::Window* pContainerWindow = VCLUnoHelper::GetWindow( xContainerControl->getPeer() );
ENSURE_OR_THROW( pContainerWindow, "unexpected control container implementation" );
const SdrView* pSdrView = m_pShell ? m_pShell->GetFormView() : NULL;