summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-09-27 12:37:00 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-09-27 15:07:12 +0100
commit642553238cc531f39049150ff52cf4e152b5abe6 (patch)
tree01e757db902775fe32e3af3ec43f9df7f8dac138 /sd
parentbc406a77b582ab799428b9fbf05afdbed75dbeb7 (diff)
add GetParentDialog to VCL's Window, and remove DLGWIN & cut/paste
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/tpoption.cxx8
1 files changed, 0 insertions, 8 deletions
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 <com/sun/star/document/PrinterIndependentLayout.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/frame/XDesktop.hpp>
@@ -59,17 +58,10 @@
#include "app.hrc"
#include <svl/intitem.hxx>
#include <sfx2/request.hxx>
-#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)
{