diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:36:17 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:36:17 +0000 |
commit | b6ba045383856ba816a083bf5c791e881f5a5e22 (patch) | |
tree | 58c775ae8f64d98c10cdb6ea3ee8bd440d1cdcec /vcl/source | |
parent | d8b802bf3f880db61f3431e5b1da40a87917841e (diff) |
INTEGRATION: CWS vgbugs07 (1.8.240); FILE MERGED
2007/06/04 13:29:49 vg 1.8.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/window/window3.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vcl/source/window/window3.cxx b/vcl/source/window/window3.cxx index 173ccfdcb1be..da16ebe68f0f 100644 --- a/vcl/source/window/window3.cxx +++ b/vcl/source/window/window3.cxx @@ -4,9 +4,9 @@ * * $RCSfile: window3.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-17 12:24:10 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:36:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,20 +46,20 @@ #include <window.h> #endif #ifndef _SV_WINDOW_HXX -#include <window.hxx> +#include <vcl/window.hxx> #endif #ifndef _SV_WAITOBJ_HXX -#include <waitobj.hxx> +#include <vcl/waitobj.hxx> #endif #ifndef _SV_SALGDI_HXX -#include <salgdi.hxx> +#include <vcl/salgdi.hxx> #endif #ifndef _SV_NATIVEWIDGETS_HXX -#include <salnativewidgets.hxx> +#include <vcl/salnativewidgets.hxx> #endif #ifndef _SV_SALCTRLHANDLE_HXX -#include <salctrlhandle.hxx> +#include <vcl/salctrlhandle.hxx> #endif #ifndef _RTL_USTRING_HXX_ #include <rtl/ustring.hxx> |