summaryrefslogtreecommitdiffstats
path: root/include/svtools/grfmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/grfmgr.hxx')
-rw-r--r--include/svtools/grfmgr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx
index f85a175a314a..d07a4448531b 100644
--- a/include/svtools/grfmgr.hxx
+++ b/include/svtools/grfmgr.hxx
@@ -274,7 +274,7 @@ private:
bool SVT_DLLPRIVATE ImplDrawTiled(
OutputDevice* pOut,
- const Rectangle& rArea,
+ const tools::Rectangle& rArea,
const Size& rSizePixel,
const Size& rOffset,
const GraphicAttr* pAttr,
@@ -297,7 +297,7 @@ private:
const GraphicAttr& rAttr,
const Size& rCropLeftTop,
const Size& rCropRightBottom,
- const Rectangle& rCropRect,
+ const tools::Rectangle& rCropRect,
const Size& rDstSize,
bool bEnlarge
) const;
@@ -449,7 +449,7 @@ public:
*/
void DrawTiled(
OutputDevice* pOut,
- const Rectangle& rArea,
+ const tools::Rectangle& rArea,
const Size& rSize,
const Size& rOffset,
GraphicManagerDrawFlags nFlags = GraphicManagerDrawFlags::STANDARD,