diff options
author | Thomas Benisch <tbe@openoffice.org> | 2001-03-23 15:16:45 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2001-03-23 15:16:45 +0000 |
commit | 1a4dcecae3ec28d4388ecfb1615a9ebbcef179b8 (patch) | |
tree | 67049bb4899990f7becf5ce22ff2378bcd0bf9b7 /basctl/source/inc/dlgedview.hxx | |
parent | d6d355d11df9b9d000e9b126aecf99b3209c2ec1 (diff) |
code cleanup
Diffstat (limited to 'basctl/source/inc/dlgedview.hxx')
-rw-r--r-- | basctl/source/inc/dlgedview.hxx | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/basctl/source/inc/dlgedview.hxx b/basctl/source/inc/dlgedview.hxx index 0125e75027bf..4ceb337f3bfc 100644 --- a/basctl/source/inc/dlgedview.hxx +++ b/basctl/source/inc/dlgedview.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dlgedview.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: tbe $ $Date: 2001-02-26 11:09:18 $ + * last change: $Author: tbe $ $Date: 2001-03-23 16:15:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,25 +59,14 @@ * ************************************************************************/ + #ifndef _BASCTL_DLGEDVIEW_HXX #define _BASCTL_DLGEDVIEW_HXX -#ifndef _SVDVIEW_HXX //autogen +#ifndef _SVDVIEW_HXX #include <svx/svdview.hxx> #endif -#ifndef _SFXITEMPOOL_HXX -#include <svtools/itempool.hxx> -#endif - -#pragma hdrstop -#ifndef _SVXIDS_HRC -#include <svx/svxids.hrc> -#endif -#ifndef _SFXVIEWFRM_HXX -#include <sfx2/viewfrm.hxx> -#endif -#include <svx/svdlayer.hxx> //============================================================================ // DlgEdView @@ -96,4 +85,3 @@ public: }; #endif //_BASCTL_DLGEDVIEW_HXX - |