From 6561c08f47812416f50c6da13b4361c17fa0c462 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 6 Jan 2004 15:22:39 +0000 Subject: 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 --- sfx2/source/appl/appmisc.cxx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'sfx2/source/appl') 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 #endif -#ifndef _SYSTEM_HXX //autogen -#include -#endif #ifndef _SFX_WHITER_HXX //autogen #include #endif @@ -114,7 +111,9 @@ #ifndef _COM_SUN_STAR_UNO_REFERENCE_H_ #include #endif -#include +#ifndef _CONFIG_HXX +#include +#endif #include #include #include -- cgit