summaryrefslogtreecommitdiff
path: root/vcl/source/window/accel.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:27:45 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:27:45 +0000
commit6e2dcb72ee945903f5a7ab6a7498a4b174fb03d2 (patch)
tree31e47f30c5d12e8bddd1be9b77560be99fd58699 /vcl/source/window/accel.cxx
parentd291f33f5b01d40cea41b52462f452a24c2c7af1 (diff)
INTEGRATION: CWS vgbugs07 (1.8.40); FILE MERGED
2007/06/04 13:29:46 vg 1.8.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source/window/accel.cxx')
-rw-r--r--vcl/source/window/accel.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/window/accel.cxx b/vcl/source/window/accel.cxx
index b353812de763..efd4823f1b14 100644
--- a/vcl/source/window/accel.cxx
+++ b/vcl/source/window/accel.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: accel.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 09:29:35 $
+ * last change: $Author: hr $ $Date: 2007-06-27 20:27:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,13 +47,13 @@
#endif
#ifndef _SV_SVAPP_HXX
-#include <svapp.hxx>
+#include <vcl/svapp.hxx>
#endif
#ifndef _SV_ACCEL_H
#include <accel.h>
#endif
#ifndef _SV_ACCEL_HXX
-#include <accel.hxx>
+#include <vcl/accel.hxx>
#endif
#ifndef _RC_H
#include <tools/rc.h>