summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/view/SlsFramePainter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/view/SlsFramePainter.cxx')
-rw-r--r--sd/source/ui/slidesorter/view/SlsFramePainter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/view/SlsFramePainter.cxx b/sd/source/ui/slidesorter/view/SlsFramePainter.cxx
index b54b666d5924..05c97f6a6c51 100644
--- a/sd/source/ui/slidesorter/view/SlsFramePainter.cxx
+++ b/sd/source/ui/slidesorter/view/SlsFramePainter.cxx
@@ -55,7 +55,7 @@ FramePainter::~FramePainter()
void FramePainter::PaintFrame (
OutputDevice& rDevice,
- const Rectangle& rBox) const
+ const ::tools::Rectangle& rBox) const
{
if ( ! mbIsValid)
return;
@@ -214,7 +214,7 @@ void FramePainter::OffsetBitmap::PaintSide (
void FramePainter::OffsetBitmap::PaintCenter (
OutputDevice& rDevice,
- const Rectangle& rBox) const
+ const ::tools::Rectangle& rBox) const
{
const Size aBitmapSize (maBitmap.GetSizePixel());
for (long nY=rBox.Top(); nY<=rBox.Bottom(); nY+=aBitmapSize.Height())