summaryrefslogtreecommitdiff
path: root/vcl/source/window/keycod.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:31:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:31:44 +0000
commit26e77791dd6b38f90a23358f3e5a41697e2d4e5c (patch)
tree10bff8a2038ac57b99d788dc36db13076fc1826d /vcl/source/window/keycod.cxx
parent0c428db50815d9dd1851bf4514d127f951952da9 (diff)
INTEGRATION: CWS vgbugs07 (1.11.40); FILE MERGED
2007/06/04 13:29:47 vg 1.11.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source/window/keycod.cxx')
-rw-r--r--vcl/source/window/keycod.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/vcl/source/window/keycod.cxx b/vcl/source/window/keycod.cxx
index 3d9a18f3f874..ff76f622d15c 100644
--- a/vcl/source/window/keycod.cxx
+++ b/vcl/source/window/keycod.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: keycod.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 09:30:02 $
+ * last change: $Author: hr $ $Date: 2007-06-27 20:31:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,20 +40,20 @@
#include <svsys.h>
#endif
#ifndef _SV_SALINST_HXX
-#include <salinst.hxx>
+#include <vcl/salinst.hxx>
#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_WINDOW_HXX
-#include <window.hxx>
+#include <vcl/window.hxx>
#endif
#ifndef _SV_KEYCOD_HXX
-#include <keycod.hxx>
+#include <vcl/keycod.hxx>
#endif
#ifndef _RC_H