diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:31:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:31:20 +0000 |
commit | 0e56b5a713991db84bb031d61bcbbd188ee94642 (patch) | |
tree | ea1da871ea347c05c98f8d178122b0a69601a907 /vcl/source/window/dockingarea.cxx | |
parent | c1a5bf3381caa696c63716c42567fab4c96106b7 (diff) |
INTEGRATION: CWS vgbugs07 (1.8.240); FILE MERGED
2007/06/04 13:29:47 vg 1.8.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source/window/dockingarea.cxx')
-rw-r--r-- | vcl/source/window/dockingarea.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/source/window/dockingarea.cxx b/vcl/source/window/dockingarea.cxx index fbdfa32df92b..9625c7e007ee 100644 --- a/vcl/source/window/dockingarea.cxx +++ b/vcl/source/window/dockingarea.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dockingarea.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-17 12:17:52 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:30:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,16 +40,16 @@ #endif #ifndef _SV_DOCKINGAREA_HXX -#include <dockingarea.hxx> +#include <vcl/dockingarea.hxx> #endif #ifndef _SV_SYSWIN_HXX -#include <syswin.hxx> +#include <vcl/syswin.hxx> #endif #ifndef _SV_MENU_HXX -#include <menu.hxx> +#include <vcl/menu.hxx> #endif #ifndef _SV_SVDATA_HXX -#include <svdata.hxx> +#include <vcl/svdata.hxx> #endif #include <map> |