diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 09:22:17 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 09:22:17 +0000 |
commit | 3cb4f72c3ea98a9a338a8d035e5923c7b9fd8281 (patch) | |
tree | 584bf3087dc3071a3bff09835e0be8fac0337fed /vcl/source/window | |
parent | ccd7fcf51c00c829d1153a81130e0918a54526c8 (diff) |
INTEGRATION: CWS mergesvp (1.48.2); FILE MERGED
2007/07/04 15:32:40 pl 1.48.2.1: #i79023# header moving
Diffstat (limited to 'vcl/source/window')
-rw-r--r-- | vcl/source/window/syswin.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/source/window/syswin.cxx b/vcl/source/window/syswin.cxx index 91a3d4c7ad5b..91dc46d4ffdc 100644 --- a/vcl/source/window/syswin.cxx +++ b/vcl/source/window/syswin.cxx @@ -4,9 +4,9 @@ * * $RCSfile: syswin.cxx,v $ * - * $Revision: 1.48 $ + * $Revision: 1.49 $ * - * last change: $Author: hr $ $Date: 2007-06-27 20:34:24 $ + * last change: $Author: rt $ $Date: 2007-07-24 10:22:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -54,16 +54,16 @@ #include <vcl/svapp.hxx> #endif #ifndef _SV_BRDWIN_HXX -#include <brdwin.hxx> +#include <vcl/brdwin.hxx> #endif #ifndef _SV_MENU_HXX #include <vcl/menu.hxx> #endif #ifndef _SV_WINDOW_H -#include <window.h> +#include <vcl/window.h> #endif #ifndef _SV_BRDWIN_HXX -#include <brdwin.hxx> +#include <vcl/brdwin.hxx> #endif #ifndef _SV_SOUND_HXX #include <vcl/sound.hxx> |