summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/notemark.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/notemark.cxx')
-rw-r--r--sc/source/ui/view/notemark.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/notemark.cxx b/sc/source/ui/view/notemark.cxx
index 5a27c3112912..a55cc917ab80 100644
--- a/sc/source/ui/view/notemark.cxx
+++ b/sc/source/ui/view/notemark.cxx
@@ -55,7 +55,7 @@ ScNoteMarker::ScNoteMarker( vcl::Window* pWin, vcl::Window* pRight, vcl::Window*
aSizePixel.Width() += pRightWin->GetOutputSizePixel().Width();
if( pBottomWin )
aSizePixel.Height() += pBottomWin->GetOutputSizePixel().Height();
- Rectangle aVisPixel( Point( 0, 0 ), aSizePixel );
+ tools::Rectangle aVisPixel( Point( 0, 0 ), aSizePixel );
aVisRect = pWindow->PixelToLogic( aVisPixel, aMapMode );
aTimer.SetInvokeHandler( LINK( this, ScNoteMarker, TimeHdl ) );