diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:32:51 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:32:51 +0000 |
commit | e5a2a07ae171b59b26b61808919c92522c69fb89 (patch) | |
tree | d9c9457501a6be9b56ed9fff88328987f728e356 | |
parent | 087ca5522bd25921e28d6eeac0178ed391da4089 (diff) |
INTEGRATION: CWS vgbugs07 (1.10.38); FILE MERGED
2007/06/04 13:29:48 vg 1.10.38.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | vcl/source/window/scrwnd.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/source/window/scrwnd.cxx b/vcl/source/window/scrwnd.cxx index 34cdbc4e3585..a0d3e0470fe4 100644 --- a/vcl/source/window/scrwnd.cxx +++ b/vcl/source/window/scrwnd.cxx @@ -4,9 +4,9 @@ * * $RCSfile: scrwnd.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: ihi $ $Date: 2007-06-06 14:21:49 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:32:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,13 +48,13 @@ #include <svids.hrc> #endif #ifndef _SV_SVDATA_HXX -#include <svdata.hxx> +#include <vcl/svdata.hxx> #endif #ifndef _VCL_TIMER_HXX -#include <timer.hxx> +#include <vcl/timer.hxx> #endif #ifndef _VCL_EVENT_HXX -#include <event.hxx> +#include <vcl/event.hxx> #endif #ifndef _VCL_SCRWND_HXX #include <scrwnd.hxx> |