summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorth <th@openoffice.org>2001-07-06 15:12:47 +0000
committerth <th@openoffice.org>2001-07-06 15:12:47 +0000
commit6596a36d75bd9ce4f211dfbfb02fef57050925c7 (patch)
tree04ac57fea4595ab7aa65016ea61f448f8e8fa7e1 /vcl
parent1bd09fea1c26c2d491e12ab0c14f86e40139caba (diff)
include event.hxx
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/ctrl.cxx7
-rw-r--r--vcl/source/control/imgctrl.cxx7
-rw-r--r--vcl/source/window/syswin.cxx7
3 files changed, 15 insertions, 6 deletions
diff --git a/vcl/source/control/ctrl.cxx b/vcl/source/control/ctrl.cxx
index b325b75451bf..726e52a05097 100644
--- a/vcl/source/control/ctrl.cxx
+++ b/vcl/source/control/ctrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ctrl.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:05:35 $
+ * last change: $Author: th $ $Date: 2001-07-06 16:12:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,6 +67,9 @@
#ifndef _SV_SVAPP_HXX
#include <svapp.hxx>
#endif
+#ifndef _SV_EVENT_HXX
+#include <event.hxx>
+#endif
#ifndef _SV_CTRL_HXX
#include <ctrl.hxx>
#endif
diff --git a/vcl/source/control/imgctrl.cxx b/vcl/source/control/imgctrl.cxx
index ac1758e8e27d..89390da2b304 100644
--- a/vcl/source/control/imgctrl.cxx
+++ b/vcl/source/control/imgctrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: imgctrl.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:05:36 $
+ * last change: $Author: th $ $Date: 2001-07-06 16:12:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,9 @@
#define _SV_IMGCTRL_CXX
+#ifndef _SV_EVENT_HXX
+#include <event.hxx>
+#endif
#include <imgctrl.hxx>
// -----------------------------------------------------------------------
diff --git a/vcl/source/window/syswin.cxx b/vcl/source/window/syswin.cxx
index f8bdccfaab7c..14cb7d26e018 100644
--- a/vcl/source/window/syswin.cxx
+++ b/vcl/source/window/syswin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: syswin.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: ssa $ $Date: 2001-07-04 16:58:18 $
+ * last change: $Author: th $ $Date: 2001-07-06 16:12:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,6 +101,9 @@
#ifndef _SV_SVAPP_HXX
#include <svapp.hxx>
#endif
+#ifndef _SV_EVENT_HXX
+#include <event.hxx>
+#endif
#include <unowrap.hxx>