diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 15:24:48 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 15:24:48 +0000 |
commit | f821807c6c4609a967a24a5355e0a4a59d2159c0 (patch) | |
tree | ee2cd4cf874782f2625e2aa271695212617d5e27 /sfx2/source | |
parent | e2b233c19c5ba49e89c10a94fc635142506f7f17 (diff) |
INTEGRATION: CWS vclcleanup02 (1.53.42); FILE MERGED
2003/12/11 09:08:25 mt 1.53.42.2: #i23061# VCL cleanup, removed headers, methods and types...
2003/12/04 15:54:04 mt 1.53.42.1: #i23061# Removed/Changed old StarView stuff
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/bastyp/fltfnc.cxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx index 9c4dab00bd41..623c2ace0d1e 100644 --- a/sfx2/source/bastyp/fltfnc.cxx +++ b/sfx2/source/bastyp/fltfnc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fltfnc.cxx,v $ * - * $Revision: 1.53 $ + * $Revision: 1.54 $ * - * last change: $Author: rt $ $Date: 2003-09-19 07:57:51 $ + * last change: $Author: vg $ $Date: 2004-01-06 16:24:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,8 +80,8 @@ #ifndef _EXCHANGE_HXX //autogen #include <sot/exchange.hxx> #endif -#ifndef _CONFIG_HXX //autogen -#include <vcl/config.hxx> +#ifndef _CONFIG_HXX +#include <tools/config.hxx> #endif #ifndef _SB_SBMETH_HXX //autogen #include <basic/sbmeth.hxx> @@ -227,9 +227,6 @@ using namespace ::com::sun::star::document; using namespace ::com::sun::star::beans; using namespace ::vos; -#ifndef _SV_SYSTEM_HXX -#include <vcl/system.hxx> -#endif #ifndef _SVTOOLS_CTYPEITM_HXX #include <svtools/ctypeitm.hxx> #endif |