diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:33:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:33:43 +0000 |
commit | f5c3d0a5df83cd6b62b1cf34b9568b009ee768a1 (patch) | |
tree | facf3c277eef50bbd5042e7a0095760f84d8b076 /vcl | |
parent | 6170fc33d4ec4b3399e722a8acb3ef2b70a2dc87 (diff) |
INTEGRATION: CWS vgbugs07 (1.16.40); FILE MERGED
2007/06/04 13:29:48 vg 1.16.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/splitwin.cxx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/vcl/source/window/splitwin.cxx b/vcl/source/window/splitwin.cxx index 8350263d13d4..9bbad8f093c3 100644 --- a/vcl/source/window/splitwin.cxx +++ b/vcl/source/window/splitwin.cxx @@ -4,9 +4,9 @@ * * $RCSfile: splitwin.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: ihi $ $Date: 2007-06-06 14:22:03 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:33:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,34 +49,34 @@ #include <tools/rcid.h> #endif #ifndef _SV_EVENT_HXX -#include <event.hxx> +#include <vcl/event.hxx> #endif #ifndef _SV_WALL_HXX -#include <wall.hxx> +#include <vcl/wall.hxx> #endif #ifndef _SV_BITMAP_HXX -#include <bitmap.hxx> +#include <vcl/bitmap.hxx> #endif #ifndef _SV_DECOVIEW_HXX -#include <decoview.hxx> +#include <vcl/decoview.hxx> #endif #ifndef _SV_SYMBOL_HXX -#include <symbol.hxx> +#include <vcl/symbol.hxx> #endif #ifndef _SV_SVIDS_HRC #include <svids.hrc> #endif #ifndef _SV_IMAGE_HXX -#include <image.hxx> +#include <vcl/image.hxx> #endif #ifndef _SV_SVDATA_HXX -#include <svdata.hxx> +#include <vcl/svdata.hxx> #endif #ifndef _SV_HELP_HXX -#include <help.hxx> +#include <vcl/help.hxx> #endif #ifndef _SV_SPLITWIN_HXX -#include <splitwin.hxx> +#include <vcl/splitwin.hxx> #endif |