diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 15:30:50 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 15:30:50 +0000 |
commit | 0c70bbb5de0196ede2a6923f3b9ccae0bf2d6999 (patch) | |
tree | e16b1ff2f4e13e093eeabfd1ac83086e85e1f941 /sfx2/source | |
parent | b9c05242b51db4070204b340b80275ad64dbb3ae (diff) |
INTEGRATION: CWS vclcleanup02 (1.2.362); FILE MERGED
2003/12/11 09:08:32 mt 1.2.362.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/inc/sfxtypes.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/inc/sfxtypes.hxx b/sfx2/source/inc/sfxtypes.hxx index 58dc3df04872..44db858d53fb 100644 --- a/sfx2/source/inc/sfxtypes.hxx +++ b/sfx2/source/inc/sfxtypes.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sfxtypes.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: dv $ $Date: 2001-07-03 12:16:06 $ + * last change: $Author: vg $ $Date: 2004-01-06 16:30:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,13 +65,13 @@ #include <tools/debug.hxx> #endif #ifndef _RC_HXX //autogen -#include <vcl/rc.hxx> +#include <tools/rc.hxx> #endif #ifndef _RCID_H //autogen -#include <vcl/rcid.h> +#include <tools/rcid.h> #endif #ifndef _RESID_HXX //autogen -#include <vcl/resid.hxx> +#include <tools/resid.hxx> #endif #ifndef _LINK_HXX //autogen #include <tools/link.hxx> |