diff options
Diffstat (limited to 'sd/source/ui/func')
-rw-r--r-- | sd/source/ui/func/fupage.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/func/fupage.cxx b/sd/source/ui/func/fupage.cxx index a099da6dc8ed..83146e4b1a21 100644 --- a/sd/source/ui/func/fupage.cxx +++ b/sd/source/ui/func/fupage.cxx @@ -71,10 +71,10 @@ using namespace com::sun::star; -namespace sd { - namespace vcl { class Window; } +namespace sd { + // 50 cm 28350 // adapted from writer #define MAXHEIGHT 28350 @@ -164,7 +164,7 @@ void FuPage::Deactivate() { } -const SfxItemSet* FuPage::ExecuteDialog( ::vcl::Window* pParent ) +const SfxItemSet* FuPage::ExecuteDialog( vcl::Window* pParent ) { if (!mpDrawViewShell) return NULL; |