diff options
Diffstat (limited to 'sw/source/ui/frmdlg/frmpage.cxx')
-rw-r--r-- | sw/source/ui/frmdlg/frmpage.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx index c5f236eecd43..dc9d86d4e8cd 100644 --- a/sw/source/ui/frmdlg/frmpage.cxx +++ b/sw/source/ui/frmdlg/frmpage.cxx @@ -2644,7 +2644,7 @@ Size BmpWindow::GetOptimalSize() const VCL_BUILDER_FACTORY_ARGS(BmpWindow, 0) -void BmpWindow::Paint(vcl::RenderContext& rRenderContext, const Rectangle&) +void BmpWindow::Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle&) { // Setup rRenderContext.SetBackground(); @@ -2685,7 +2685,7 @@ void BmpWindow::Paint(vcl::RenderContext& rRenderContext, const Rectangle&) } // #i119307# clear window background, the graphic might have transparency - rRenderContext.DrawRect(Rectangle(aPntPos, aPntSz)); + rRenderContext.DrawRect(tools::Rectangle(aPntPos, aPntSz)); if (bHorz || bVert) { |