summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-01-06 17:27:11 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-01-06 17:27:11 +0000
commitb048f9044f0b475f2bf10b290edc1bc8602fd101 (patch)
tree8dbd2a3300366ecbc4a79bcfc59c641aeece770f /forms
parent86948ad5aba1958b3f484bee076e1535381edf2e (diff)
INTEGRATION: CWS vclcleanup02 (1.17.14); FILE MERGED
2003/12/12 07:08:04 mt 1.17.14.1: #i23061# VCL cleanup...
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/Edit.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/Edit.cxx b/forms/source/component/Edit.cxx
index e2fbe00a61de..e8fa33e29095 100644
--- a/forms/source/component/Edit.cxx
+++ b/forms/source/component/Edit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Edit.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: obo $ $Date: 2003-10-21 08:56:58 $
+ * last change: $Author: vg $ $Date: 2004-01-06 18:27:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,8 +89,8 @@
#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
#endif
-#ifndef _TOOLS_VCLRSC_HXX
-#include <tools/vclrsc.hxx>
+#ifndef _SV_WINTYPES_HXX
+#include <vcl/wintypes.hxx>
#endif
#ifndef _COMPHELPER_CONTAINER_HXX_