summaryrefslogtreecommitdiff
path: root/vcl/source/window/cursor.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-12-01 12:32:38 +0000
committerRüdiger Timm <rt@openoffice.org>2003-12-01 12:32:38 +0000
commitc1608e99c5ef08baf65316d6c47adf82967178f0 (patch)
treea66b7620821c29fb36abd3cbb3faa1adacb487a3 /vcl/source/window/cursor.cxx
parentced0a35d06ee1f9af83b6e0c999dd2d88f7232e6 (diff)
INTEGRATION: CWS vclcleanup01 (1.5.204); FILE MERGED
2003/11/28 07:32:54 mt 1.5.204.1: #i22952# Removed App Server code
Diffstat (limited to 'vcl/source/window/cursor.cxx')
-rw-r--r--vcl/source/window/cursor.cxx15
1 files changed, 3 insertions, 12 deletions
diff --git a/vcl/source/window/cursor.cxx b/vcl/source/window/cursor.cxx
index 2b77961514d8..3f0739e9511a 100644
--- a/vcl/source/window/cursor.cxx
+++ b/vcl/source/window/cursor.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cursor.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2003-04-17 15:19:06 $
+ * last change: $Author: rt $ $Date: 2003-12-01 13:32:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,12 +82,7 @@
#ifndef _SV_CURSOR_HXX
#include <cursor.hxx>
#endif
-#ifdef REMOTE_APPSERVER
-#ifndef _SV_WINDATA_HXX
-#include <windata.hxx>
-#endif
-#endif
-#pragma hdrstop
+
// =======================================================================
@@ -208,10 +203,6 @@ void Cursor::ImplDraw()
// Ausgabeflaeche berechnen und ausgeben
ImplCursorInvert( mpData );
mpData->mbCurVisible = TRUE;
-#ifdef REMOTE_APPSERVER
- // update remote cursor pos
- ImplUpdateCursorRect( pWindow );
-#endif
}
}