diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 09:23:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 09:23:46 +0000 |
commit | b9db23a146a2f4a44d2b4126df4b57499a7e0536 (patch) | |
tree | d3f0eb9ee2e3255cdce1ec980ca02ba0f2be4d6b /vcl/source/window | |
parent | 0e4557232c4643dfa32a4d3c54ae9504a0977c6c (diff) |
INTEGRATION: CWS mergesvp (1.113.2); FILE MERGED
2007/07/04 15:32:41 pl 1.113.2.1: #i79023# header moving
Diffstat (limited to 'vcl/source/window')
-rw-r--r-- | vcl/source/window/winproc.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx index bac29c596ed5..0267c9dcd048 100644 --- a/vcl/source/window/winproc.cxx +++ b/vcl/source/window/winproc.cxx @@ -62,10 +62,10 @@ #include <vcl/svdata.hxx> #endif #ifndef _SV_DBGGUI_HXX -#include <dbggui.hxx> +#include <vcl/dbggui.hxx> #endif #ifndef _SV_WINDATA_HXX -#include <windata.hxx> +#include <vcl/windata.hxx> #endif #ifndef _SV_TIMER_HXX #include <vcl/timer.hxx> @@ -86,13 +86,13 @@ #include <vcl/cursor.hxx> #endif #ifndef _SV_ACCMGR_HXX -#include <accmgr.hxx> +#include <vcl/accmgr.hxx> #endif #ifndef _SV_PRINT_H #include <vcl/print.h> #endif #ifndef _SV_WINDOW_H -#include <window.h> +#include <vcl/window.h> #endif #ifndef _SV_WRKWIN_HXX #include <vcl/wrkwin.hxx> @@ -107,10 +107,10 @@ #include <vcl/help.hxx> #endif #ifndef _SV_HELPWIN_HXX -#include <helpwin.hxx> +#include <vcl/helpwin.hxx> #endif #ifndef _SV_BRDWIN_HXX -#include <brdwin.hxx> +#include <vcl/brdwin.hxx> #endif #ifndef _SV_DOCKWIN_HXX #include <vcl/dockwin.hxx> |