From 642553238cc531f39049150ff52cf4e152b5abe6 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Tue, 27 Sep 2011 12:37:00 +0100 Subject: add GetParentDialog to VCL's Window, and remove DLGWIN & cut/paste --- sd/source/ui/dlg/tpoption.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sd') diff --git a/sd/source/ui/dlg/tpoption.cxx b/sd/source/ui/dlg/tpoption.cxx index ca7790e94f9d..c3c32d5b2e92 100644 --- a/sd/source/ui/dlg/tpoption.cxx +++ b/sd/source/ui/dlg/tpoption.cxx @@ -33,7 +33,6 @@ #undef SD_DLLIMPLEMENTATION #endif - #include #include #include @@ -59,17 +58,10 @@ #include "app.hrc" #include #include -#define DLGWIN this->GetParent()->GetParent() using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -/************************************************************************* -|* -|* TabPage zum Einstellen der Fang-Optionen -|* -\************************************************************************/ - SdTpOptionsSnap::SdTpOptionsSnap( Window* pParent, const SfxItemSet& rInAttrs ) : SvxGridTabPage(pParent, rInAttrs) { -- cgit v1.2.3