summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-01-06 13:11:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-01-06 13:11:10 +0000
commit764cff5957426181a2be845c742ef0abe4594af4 (patch)
tree5636f0aa41a5c6ef0ee67a8225404970a2ad388e /vcl
parent610285f47955bff940017ad3219c44fb96882b05 (diff)
INTEGRATION: CWS vclcleanup02 (1.14.4); FILE MERGED
2003/12/17 16:53:09 mt 1.14.4.3: #i23061# Include svsys.h early to avoid compiler warnings 2003/12/17 16:05:35 mt 1.14.4.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings 2003/12/10 15:59:37 mt 1.14.4.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/dockwin.cxx14
1 files changed, 6 insertions, 8 deletions
diff --git a/vcl/source/window/dockwin.cxx b/vcl/source/window/dockwin.cxx
index 1c2490f93139..86f0a9593908 100644
--- a/vcl/source/window/dockwin.cxx
+++ b/vcl/source/window/dockwin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dockwin.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2003-12-01 13:38:10 $
+ * last change: $Author: vg $ $Date: 2004-01-06 14:11:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,10 +59,11 @@
*
************************************************************************/
-#define _SV_DOCKWIN_CXX
-
+#ifndef _SV_SVSYS_HXX
+#include <svsys.h>
+#endif
#ifndef _SV_RC_H
-#include <rc.h>
+#include <tools/rc.h>
#endif
#ifndef _SV_EVENT_HXX
#include <event.hxx>
@@ -82,9 +83,6 @@
#ifndef _SV_SVDATA_HXX
#include <svdata.hxx>
#endif
-#ifndef _SV_SVSYS_HXX
-#include <svsys.h>
-#endif
#ifndef _SV_TIMER_HXX
#include <timer.hxx>
#endif