summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/factories/ChildWindowPane.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/factories/ChildWindowPane.cxx')
-rw-r--r--sd/source/ui/framework/factories/ChildWindowPane.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/framework/factories/ChildWindowPane.cxx b/sd/source/ui/framework/factories/ChildWindowPane.cxx
index 304574f3ea53..c08c590db1ee 100644
--- a/sd/source/ui/framework/factories/ChildWindowPane.cxx
+++ b/sd/source/ui/framework/factories/ChildWindowPane.cxx
@@ -38,7 +38,7 @@ ChildWindowPane::ChildWindowPane (
sal_uInt16 nChildWindowId,
ViewShellBase& rViewShellBase,
::std::auto_ptr<SfxShell> pShell)
- : ChildWindowPaneInterfaceBase(rxPaneId,(::Window*)NULL),
+ : ChildWindowPaneInterfaceBase(rxPaneId,(vcl::Window*)NULL),
mnChildWindowId(nChildWindowId),
mrViewShellBase(rViewShellBase),
mpShell(pShell),
@@ -118,7 +118,7 @@ void SAL_CALL ChildWindowPane::disposing (void)
Pane::disposing();
}
-::Window* ChildWindowPane::GetWindow (void)
+::vcl::Window* ChildWindowPane::GetWindow (void)
{
do
{