summaryrefslogtreecommitdiff
path: root/vcl/source/window/syswin.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:34:24 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:34:24 +0000
commit06508d5410d8efba9314bd039291c39e8cbaf2e5 (patch)
treecd927ef828b8e80d4562f50149fc2e4d6099450c /vcl/source/window/syswin.cxx
parent44e79bdbcae31b7859281e78124a40e11d0f170e (diff)
INTEGRATION: CWS vgbugs07 (1.47.240); FILE MERGED
2007/06/04 13:29:48 vg 1.47.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source/window/syswin.cxx')
-rw-r--r--vcl/source/window/syswin.cxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/vcl/source/window/syswin.cxx b/vcl/source/window/syswin.cxx
index 96933835323e..91a3d4c7ad5b 100644
--- a/vcl/source/window/syswin.cxx
+++ b/vcl/source/window/syswin.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: syswin.cxx,v $
*
- * $Revision: 1.47 $
+ * $Revision: 1.48 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 12:21:58 $
+ * last change: $Author: hr $ $Date: 2007-06-27 20:34:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -44,20 +44,20 @@
#include <svsys.h>
#endif
#ifndef _SV_SALFRAME_HXX
-#include <salframe.hxx>
+#include <vcl/salframe.hxx>
#endif
#ifndef _SV_SVDATA_HXX
-#include <svdata.hxx>
+#include <vcl/svdata.hxx>
#endif
#ifndef _SV_SVAPP_HXX
-#include <svapp.hxx>
+#include <vcl/svapp.hxx>
#endif
#ifndef _SV_BRDWIN_HXX
#include <brdwin.hxx>
#endif
#ifndef _SV_MENU_HXX
-#include <menu.hxx>
+#include <vcl/menu.hxx>
#endif
#ifndef _SV_WINDOW_H
#include <window.h>
@@ -66,21 +66,21 @@
#include <brdwin.hxx>
#endif
#ifndef _SV_SOUND_HXX
-#include <sound.hxx>
+#include <vcl/sound.hxx>
#endif
#ifndef _SV_SVAPP_HXX
-#include <svapp.hxx>
+#include <vcl/svapp.hxx>
#endif
#ifndef _SV_EVENT_HXX
-#include <event.hxx>
+#include <vcl/event.hxx>
#endif
#ifndef _SV_SYSWIN_HXX
-#include <syswin.hxx>
+#include <vcl/syswin.hxx>
#endif
#ifndef _SV_TASKPANELIST_HXX
-#include <taskpanelist.hxx>
+#include <vcl/taskpanelist.hxx>
#endif
-#include <unowrap.hxx>
+#include <vcl/unowrap.hxx>
using namespace ::com::sun::star::uno;