diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:30:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:30:40 +0000 |
commit | bcaf95749d68b3ef7cf39f73a39e6d805140a982 (patch) | |
tree | b8ea4036f8604d01473865e9435fe48bb2e30375 /vcl/source/window/dockmgr.cxx | |
parent | 51c59e90a28638c88be36c74b94d42327a4cdd00 (diff) |
INTEGRATION: CWS vgbugs07 (1.21.240); FILE MERGED
2007/06/04 13:29:47 vg 1.21.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source/window/dockmgr.cxx')
-rw-r--r-- | vcl/source/window/dockmgr.cxx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/vcl/source/window/dockmgr.cxx b/vcl/source/window/dockmgr.cxx index 770c4647bd98..2b1ff837439a 100644 --- a/vcl/source/window/dockmgr.cxx +++ b/vcl/source/window/dockmgr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dockmgr.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: obo $ $Date: 2006-09-17 12:18:06 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:30:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,37 +46,37 @@ #include <tools/rc.h> #endif #ifndef _SV_EVENT_HXX -#include <event.hxx> +#include <vcl/event.hxx> #endif #ifndef _SV_BRDWIN_HXX #include <brdwin.hxx> #endif #ifndef _SV_FLOATWIN_HXX -#include <floatwin.hxx> +#include <vcl/floatwin.hxx> #endif #ifndef _SV_DOCKWIN_HXX -#include <dockwin.hxx> +#include <vcl/dockwin.hxx> #endif #ifndef _SV_TOOLBOX_HXX -#include <toolbox.hxx> +#include <vcl/toolbox.hxx> #endif #ifndef _SV_SVAPP_HXX -#include <svapp.hxx> +#include <vcl/svapp.hxx> #endif #ifndef _SV_SVDATA_HXX -#include <svdata.hxx> +#include <vcl/svdata.hxx> #endif #ifndef _SV_TIMER_HXX -#include <timer.hxx> +#include <vcl/timer.hxx> #endif #ifndef _SV_LINEINFO_HXX -#include <lineinfo.hxx> +#include <vcl/lineinfo.hxx> #endif #ifndef _SV_WINDOW_H #include <window.h> #endif -#include <unowrap.hxx> -#include <salframe.hxx> +#include <vcl/unowrap.hxx> +#include <vcl/salframe.hxx> // ======================================================================= |