diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:28:56 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:28:56 +0000 |
commit | 7a17709ffa54c41100d03c3c729a9833c4dd4815 (patch) | |
tree | 252cc45d23bb06fe1c1334dd7b105bd26965c19c | |
parent | 8e8c3f798461c0dff245cbe9a1eb7fca9aa126d3 (diff) |
INTEGRATION: CWS vgbugs07 (1.10.240); FILE MERGED
2007/06/04 13:29:46 vg 1.10.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | vcl/source/window/cursor.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vcl/source/window/cursor.cxx b/vcl/source/window/cursor.cxx index 82c9e65f4222..4a361ef6a6cd 100644 --- a/vcl/source/window/cursor.cxx +++ b/vcl/source/window/cursor.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cursor.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2006-09-17 12:16:20 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:28:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,16 +37,16 @@ #include "precompiled_vcl.hxx" #ifndef _SV_SVAPP_HXX -#include <svapp.hxx> +#include <vcl/svapp.hxx> #endif #ifndef _SV_TIMER_HXX -#include <timer.hxx> +#include <vcl/timer.hxx> #endif #ifndef _SV_SETTINGS_HXX -#include <settings.hxx> +#include <vcl/settings.hxx> #endif #ifndef _SV_WINDOW_HXX -#include <window.hxx> +#include <vcl/window.hxx> #endif #ifndef _SV_WINDOW_H #include <window.h> @@ -55,7 +55,7 @@ #include <tools/poly.hxx> #endif #ifndef _SV_CURSOR_HXX -#include <cursor.hxx> +#include <vcl/cursor.hxx> #endif |