diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:54:17 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:54:17 +0000 |
commit | a2d8bc61d807732113019e09920f052786bc3032 (patch) | |
tree | ce1c0ce7ebe0e07415ad6cd5526e33a82544cb53 | |
parent | a353db1e1af9796defbf445c47b1a76b64039518 (diff) |
INTEGRATION: CWS vclcleanup02 (1.32.82); FILE MERGED
2003/12/11 09:16:10 mt 1.32.82.1: #i23061# VCL cleanup, removed headers, methods and types...
-rw-r--r-- | sc/source/core/data/global.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/data/global.cxx b/sc/source/core/data/global.cxx index 445c3c414fc2..5d0deeb5660c 100644 --- a/sc/source/core/data/global.cxx +++ b/sc/source/core/data/global.cxx @@ -2,9 +2,9 @@ * * $RCSfile: global.cxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: hjs $ $Date: 2003-08-19 11:34:56 $ + * last change: $Author: vg $ $Date: 2004-01-06 18:54:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,8 +83,8 @@ #include <svtools/zforlist.hxx> #include <svtools/zformat.hxx> #include <vcl/image.hxx> -#include <vcl/rcid.h> #include <vcl/virdev.hxx> +#include <tools/rcid.h> #include <unotools/charclass.hxx> #include <stdlib.h> #include <time.h> |