summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx b/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx
index 292405f42725..048c05bca25d 100644
--- a/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx
+++ b/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx
@@ -88,7 +88,7 @@ public:
void RequestRepaint (void);
void RequestRepaint (const model::SharedPageDescriptor& rDescriptor);
void RequestRepaint (const Rectangle& rRepaintBox);
- void RequestRepaint (const Region& rRepaintRegion);
+ void RequestRepaint (const ::vcl::Region& rRepaintRegion);
Rectangle GetModelArea (void);
@@ -129,7 +129,7 @@ public:
virtual void Resize (void);
virtual void CompleteRedraw (
OutputDevice* pDevice,
- const Region& rPaintArea,
+ const ::vcl::Region& rPaintArea,
sdr::contact::ViewObjectContactRedirector* pRedirector = NULL) SAL_OVERRIDE;
void Paint (OutputDevice& rDevice, const Rectangle& rRepaintArea);
@@ -255,7 +255,7 @@ private:
sal_Int32 mnButtonUnderMouse;
::boost::shared_ptr<PageObjectPainter> mpPageObjectPainter;
::boost::shared_ptr<SelectionPainter> mpSelectionPainter;
- Region maRedrawRegion;
+ ::vcl::Region maRedrawRegion;
SharedILayerPainter mpBackgroundPainter;
::boost::scoped_ptr<ToolTip> mpToolTip;
bool mbIsRearrangePending;