summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/csvruler.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2002-07-10 13:58:17 +0000
committerOliver Bolte <obo@openoffice.org>2002-07-10 13:58:17 +0000
commit2ae44ebe0f47fae3e41faf739e28650e240eca51 (patch)
treeeb3a989e933808a6abdcbd95527ba4649e3b952a /sc/source/ui/dbgui/csvruler.cxx
parentd7566be730b79e7df7030d27a6e21e1fa56348b4 (diff)
#100000# syntax linux
Diffstat (limited to 'sc/source/ui/dbgui/csvruler.cxx')
-rw-r--r--sc/source/ui/dbgui/csvruler.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/source/ui/dbgui/csvruler.cxx b/sc/source/ui/dbgui/csvruler.cxx
index 19b3e3597bb4..9865d0cd91b6 100644
--- a/sc/source/ui/dbgui/csvruler.cxx
+++ b/sc/source/ui/dbgui/csvruler.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: csvruler.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dr $ $Date: 2002-07-05 15:47:37 $
+ * last change: $Author: obo $ $Date: 2002-07-10 14:58:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -439,7 +439,8 @@ void ScCsvRuler::MouseMove( const MouseEvent& rMEvt )
}
else
{
- Rectangle aRect( Point(), maWinSize );
+ Point aPoint;
+ Rectangle aRect( aPoint, maWinSize );
if( !IsVisibleSplitPos( nPos ) || !aRect.IsInside( rMEvt.GetPosPixel() ) )
// if focused, keep old cursor position for key input
nPos = HasFocus() ? GetRulerCursorPos() : POS_INVALID;