summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fupage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fupage.cxx')
-rw-r--r--sd/source/ui/func/fupage.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/func/fupage.cxx b/sd/source/ui/func/fupage.cxx
index fe3e1f145a86..c20e90a51b1d 100644
--- a/sd/source/ui/func/fupage.cxx
+++ b/sd/source/ui/func/fupage.cxx
@@ -73,7 +73,7 @@ using namespace com::sun::star;
namespace sd {
-class Window;
+namespace vcl { class Window; }
// 50 cm 28350
// adapted from writer
@@ -164,7 +164,7 @@ void FuPage::Deactivate()
{
}
-const SfxItemSet* FuPage::ExecuteDialog( Window* pParent )
+const SfxItemSet* FuPage::ExecuteDialog( ::vcl::Window* pParent )
{
if (!mpDrawViewShell)
return NULL;