summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/plugin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/plugin.cxx')
-rw-r--r--sfx2/source/doc/plugin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/plugin.cxx b/sfx2/source/doc/plugin.cxx
index 51ce5b185bea..b68a09d0086b 100644
--- a/sfx2/source/doc/plugin.cxx
+++ b/sfx2/source/doc/plugin.cxx
@@ -45,11 +45,11 @@ using namespace ::com::sun::star;
namespace {
-class PluginWindow_Impl : public Window
+class PluginWindow_Impl : public vcl::Window
{
public:
uno::Reference < awt::XWindow > xWindow;
- PluginWindow_Impl( Window* pParent )
+ PluginWindow_Impl( vcl::Window* pParent )
: Window( pParent, WB_CLIPCHILDREN )
{}
@@ -151,7 +151,7 @@ throw( uno::RuntimeException, std::exception )
if ( SvtMiscOptions().IsPluginsEnabled() )
{
- Window* pParent = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() );
+ vcl::Window* pParent = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() );
PluginWindow_Impl* pWin = new PluginWindow_Impl( pParent );
pWin->SetSizePixel( pParent->GetOutputSizePixel() );
pWin->SetBackground();