diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:56:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:56:59 +0000 |
commit | 61deaf42a26f85fff49a8ea83cc754701930310a (patch) | |
tree | 7c9a0a8abdc22fb1d645f0cbf1d9f1b62c3628f2 | |
parent | 587c8527765a70d2a0c824480663c97913be814f (diff) |
INTEGRATION: CWS vclcleanup02 (1.6.218); FILE MERGED
2003/12/11 09:16:15 mt 1.6.218.1: #i23061# VCL cleanup, removed headers, methods and types...
-rw-r--r-- | sc/source/filter/inc/filt_pch.hxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sc/source/filter/inc/filt_pch.hxx b/sc/source/filter/inc/filt_pch.hxx index cd34460dce80..694e6ec47946 100644 --- a/sc/source/filter/inc/filt_pch.hxx +++ b/sc/source/filter/inc/filt_pch.hxx @@ -2,9 +2,9 @@ * * $RCSfile: filt_pch.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2003-03-26 18:05:01 $ + * last change: $Author: vg $ $Date: 2004-01-06 18:56:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,7 +105,7 @@ #include <vcl/sv.h> #include <vcl/timer.hxx> #include <tools/gen.hxx> -#include <vcl/color.hxx> +#include <tools/color.hxx> #include <tools/color.hxx> #include <filter.hxx> #include <rangelst.hxx> @@ -157,9 +157,7 @@ #include <tools/table.hxx> #include <flttools.hxx> #include <vcl/vclenum.hxx> -#include <vcl/resid.hxx> #include <tools/resid.hxx> -#include <vcl/rc.hxx> #include <tools/rc.hxx> #include <tools/resmgr.hxx> #include <tools/fract.hxx> @@ -170,7 +168,6 @@ #include <svtools/lstner.hxx> #include <patattr.hxx> #include <vcl/font.hxx> -#include <vcl/gdiobj.hxx> #include <svtools/cenumitm.hxx> #include <svtools/eitem.hxx> #include <svtools/intitem.hxx> @@ -231,7 +228,7 @@ #include <vcl/event.hxx> #include <tools/ownlist.hxx> #include <vcl/cmdevt.hxx> -#include <vcl/fonttype.hxx> +#include <vcl/vclenum.hxx> #include <cell.hxx> #include <osl/interlck.h> #include <sfx2/sfxuno.hxx> |