summaryrefslogtreecommitdiff
path: root/basctl/source/dlged/dlgedview.cxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-03-23 15:16:45 +0000
committerThomas Benisch <tbe@openoffice.org>2001-03-23 15:16:45 +0000
commit1a4dcecae3ec28d4388ecfb1615a9ebbcef179b8 (patch)
tree67049bb4899990f7becf5ce22ff2378bcd0bf9b7 /basctl/source/dlged/dlgedview.cxx
parentd6d355d11df9b9d000e9b126aecf99b3209c2ec1 (diff)
code cleanup
Diffstat (limited to 'basctl/source/dlged/dlgedview.cxx')
-rw-r--r--basctl/source/dlged/dlgedview.cxx33
1 files changed, 5 insertions, 28 deletions
diff --git a/basctl/source/dlged/dlgedview.cxx b/basctl/source/dlged/dlgedview.cxx
index 381422a539d6..d257502f31be 100644
--- a/basctl/source/dlged/dlgedview.cxx
+++ b/basctl/source/dlged/dlgedview.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgedview.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tbe $ $Date: 2001-02-26 10:48:56 $
+ * last change: $Author: tbe $ $Date: 2001-03-23 16:14:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,41 +59,18 @@
*
************************************************************************/
-#ifndef _SFXITEMPOOL_HXX
-#include <svtools/itempool.hxx>
-#endif
-#ifndef _SVDVIEW_HXX //autogen
-#include <svx/svdview.hxx>
+#ifndef _BASCTL_DLGEDVIEW_HXX
+#include "dlgedview.hxx"
#endif
-#pragma hdrstop
-
-#include <svx/svdobj.hxx>
-
#ifndef _SVXIDS_HRC
#include <svx/svxids.hrc>
#endif
+
#ifndef _SFXVIEWFRM_HXX
#include <sfx2/viewfrm.hxx>
#endif
-#include <svx/svdlayer.hxx>
-
-#ifndef _BASCTL_DLGED_HXX
-#include "dlged.hxx"
-#endif
-
-#ifndef _BASCTL_DLGEDFUNC_HXX
-#include "dlgedfunc.hxx"
-#endif
-
-#ifndef _BASCTL_DLGEDFAC_HXX
-#include "dlgedfac.hxx"
-#endif
-
-#ifndef _BASCTL_DLGEDVIEW_HXX
-#include "dlgedview.hxx"
-#endif
#ifndef _BASCTL_PROPBRW_HXX
#include "propbrw.hxx"