summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/hdrcont.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-09-24 16:39:54 +0000
committerNiklas Nebel <nn@openoffice.org>2001-09-24 16:39:54 +0000
commita1aa2ecb65c71fd77bfa5b449dae3843a2023a9e (patch)
tree7ac9f5aace43d8576848309a30b8296355fd1708 /sc/source/ui/view/hdrcont.cxx
parent04c41c0e0b01eec115a580df5344dcf0f924ab29 (diff)
#90760# removed old ifdef VCL
Diffstat (limited to 'sc/source/ui/view/hdrcont.cxx')
-rw-r--r--sc/source/ui/view/hdrcont.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sc/source/ui/view/hdrcont.cxx b/sc/source/ui/view/hdrcont.cxx
index 52f24f4f1159..14a4ae69c833 100644
--- a/sc/source/ui/view/hdrcont.cxx
+++ b/sc/source/ui/view/hdrcont.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: hdrcont.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2001-04-18 10:42:15 $
+ * last change: $Author: nn $ $Date: 2001-09-24 17:34:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -744,11 +744,7 @@ void ScHeaderControl::ShowDragHelp()
Point aPos = OutputToScreenPixel( Point(0,0) );
Size aSize = GetSizePixel();
-#ifdef VCL
Point aMousePos = OutputToScreenPixel(GetPointerPosPixel());
-#else
- Point aMousePos = Pointer::GetPosPixel();
-#endif
Rectangle aRect;
USHORT nAlign;