summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/fumark.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/drawfunc/fumark.cxx')
-rw-r--r--sc/source/ui/drawfunc/fumark.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sc/source/ui/drawfunc/fumark.cxx b/sc/source/ui/drawfunc/fumark.cxx
index 5da84f712551..d522b6b5579a 100644
--- a/sc/source/ui/drawfunc/fumark.cxx
+++ b/sc/source/ui/drawfunc/fumark.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fumark.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2000-09-22 18:53:18 $
+ * last change: $Author: nn $ $Date: 2001-09-24 17:37:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -315,11 +315,7 @@ void FuMarkRect::Deactivate()
void FuMarkRect::ForcePointer(const MouseEvent* pMEvt)
{
-#ifdef VCL
pViewShell->SetActivePointer( Pointer( POINTER_CHART ) );
-#else
- pViewShell->SetActivePointer( ScResId( RID_SCPTR_CHART ) );
-#endif
}