diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:59:37 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:59:37 +0000 |
commit | fbba0a313a19574a5a199bc0a7f82b8d8eb42d67 (patch) | |
tree | ae916f44256578bf57ba3febf8f63f7f8200ccef | |
parent | dcfca7e3c2570e494591403823030f0a140d1d3d (diff) |
INTEGRATION: CWS vclcleanup02 (1.2.324); FILE MERGED
2003/12/11 09:16:19 mt 1.2.324.1: #i23061# VCL cleanup, removed headers, methods and types...
-rw-r--r-- | sc/source/ui/inc/cbutton.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/cbutton.hxx b/sc/source/ui/inc/cbutton.hxx index 08d311913650..f741ce18a6df 100644 --- a/sc/source/ui/inc/cbutton.hxx +++ b/sc/source/ui/inc/cbutton.hxx @@ -2,9 +2,9 @@ * * $RCSfile: cbutton.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: dr $ $Date: 2002-07-29 13:48:09 $ + * last change: $Author: vg $ $Date: 2004-01-06 18:59:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,8 +68,8 @@ #include <tools/gen.hxx> #endif -#ifndef _SV_COLOR_HXX //autogen -#include <vcl/color.hxx> +#ifndef _TOOLS_COLOR_HXX +#include <tools/color.hxx> #endif class Window; |