diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 15:23:19 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 15:23:19 +0000 |
commit | 2b99871ad20afb5d667aaa284a0c7c6c5e99d3c2 (patch) | |
tree | 8700c0c668e4aba996bf4274307a1721f87baec2 /sfx2/source | |
parent | b046c0842a9a821904566b69dc5ad4ddf41c9ba4 (diff) |
INTEGRATION: CWS vclcleanup02 (1.32.8); FILE MERGED
2003/12/11 09:08:23 mt 1.32.8.2: #i23061# VCL cleanup, removed headers, methods and types...
2003/12/04 15:54:01 mt 1.32.8.1: #i23061# Removed/Changed old StarView stuff
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/appl/appserv.cxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx index 5d7a0d9ee8f6..04dcc479c4f3 100644 --- a/sfx2/source/appl/appserv.cxx +++ b/sfx2/source/appl/appserv.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appserv.cxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: kz $ $Date: 2003-11-18 16:48:01 $ + * last change: $Author: vg $ $Date: 2004-01-06 16:23:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,15 +96,12 @@ #include <unotools/intlwrapper.hxx> #endif -#ifndef _SV_CONFIG_HXX -#include <vcl/config.hxx> +#ifndef _CONFIG_HXX +#include <tools/config.hxx> #endif #ifndef _SV_MSGBOX_HXX #include <vcl/msgbox.hxx> #endif -#ifndef _SV_SYSTEM_HXX -#include <vcl/system.hxx> -#endif #ifndef _SFXCANCEL_HXX //autogen #include <svtools/cancel.hxx> #endif |