diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 15:22:39 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 15:22:39 +0000 |
commit | 6561c08f47812416f50c6da13b4361c17fa0c462 (patch) | |
tree | 8306830bdd33c4479651e711737ad4680183d367 /sfx2 | |
parent | 1419b84f94765ac40eab223a94c0bb9870027807 (diff) |
INTEGRATION: CWS vclcleanup02 (1.42.206); FILE MERGED
2003/12/11 09:08:22 mt 1.42.206.2: #i23061# VCL cleanup, removed headers, methods and types...
2003/12/04 15:54:01 mt 1.42.206.1: #i23061# Removed/Changed old StarView stuff
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appmisc.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sfx2/source/appl/appmisc.cxx b/sfx2/source/appl/appmisc.cxx index 6c2defaecf7b..b8d79fa79235 100644 --- a/sfx2/source/appl/appmisc.cxx +++ b/sfx2/source/appl/appmisc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appmisc.cxx,v $ * - * $Revision: 1.42 $ + * $Revision: 1.43 $ * - * last change: $Author: hr $ $Date: 2003-03-27 11:27:37 $ + * last change: $Author: vg $ $Date: 2004-01-06 16:22:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,9 +71,6 @@ #ifndef _XCEPTION_HXX_ #include <vos/xception.hxx> #endif -#ifndef _SYSTEM_HXX //autogen -#include <vcl/system.hxx> -#endif #ifndef _SFX_WHITER_HXX //autogen #include <svtools/whiter.hxx> #endif @@ -114,7 +111,9 @@ #ifndef _COM_SUN_STAR_UNO_REFERENCE_H_ #include <com/sun/star/uno/Reference.h> #endif -#include <vcl/config.hxx> +#ifndef _CONFIG_HXX +#include <tools/config.hxx> +#endif #include <tools/rcid.h> #include <vos/mutex.hxx> #include <svtools/pver.hxx> |