diff options
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 |