diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 12:19:32 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 12:19:32 +0000 |
commit | ae0e544f80effdd6fde2b7a9d8e069bce3f1f045 (patch) | |
tree | b1a3f32603aa6533b2e6503b163d01f614369b2d /vcl/source/control/group.cxx | |
parent | 255f71fb9eaec978428cc4219e9e6d18dfb23e6a (diff) |
INTEGRATION: CWS vclcleanup02 (1.3.4); FILE MERGED
2003/12/17 16:03:45 mt 1.3.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings
2003/12/10 15:59:14 mt 1.3.4.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'vcl/source/control/group.cxx')
-rw-r--r-- | vcl/source/control/group.cxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/vcl/source/control/group.cxx b/vcl/source/control/group.cxx index e5de1b169fc1..410006cb8c3d 100644 --- a/vcl/source/control/group.cxx +++ b/vcl/source/control/group.cxx @@ -2,9 +2,9 @@ * * $RCSfile: group.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2003-12-01 13:13:03 $ + * last change: $Author: vg $ $Date: 2004-01-06 13:19:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,8 +59,6 @@ * ************************************************************************/ -#define _SV_GROUP_CXX - #ifndef _SV_EVENT_HXX #include <event.hxx> #endif @@ -72,7 +70,7 @@ #endif #ifndef _SV_RC_H -#include <rc.h> +#include <tools/rc.h> #endif |