diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 18:04:20 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 18:04:20 +0000 |
commit | 983aae98c8c8bdf4a2131b630ed1f4d3a5511145 (patch) | |
tree | aa3b7547dc34c788e23688a242a4b693914f16e6 | |
parent | 8874a383c864c07ea87ac305099cfdb39b3d15fe (diff) |
INTEGRATION: CWS vclcleanup02 (1.18.4); FILE MERGED
2003/12/11 09:16:25 mt 1.18.4.1: #i23061# VCL cleanup, removed headers, methods and types...
-rw-r--r-- | sc/source/ui/view/tabvwsh3.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx index 68f84e4e80b9..b90bd2da8503 100644 --- a/sc/source/ui/view/tabvwsh3.cxx +++ b/sc/source/ui/view/tabvwsh3.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tabvwsh3.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2003-12-01 09:55:41 $ + * last change: $Author: vg $ $Date: 2004-01-06 19:04:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ #include <tools/urlobj.hxx> #include <vcl/msgbox.hxx> -#include <vcl/fonttype.hxx> +#include <vcl/vclenum.hxx> #include "globstr.hrc" #include "scmod.hxx" |