summaryrefslogtreecommitdiff
path: root/sw/source/uibase/ribbar/drawbase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/ribbar/drawbase.cxx')
-rw-r--r--sw/source/uibase/ribbar/drawbase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/ribbar/drawbase.cxx b/sw/source/uibase/ribbar/drawbase.cxx
index 2fcdd4f0b9ff..d2b2eff39099 100644
--- a/sw/source/uibase/ribbar/drawbase.cxx
+++ b/sw/source/uibase/ribbar/drawbase.cxx
@@ -602,7 +602,7 @@ void SwDrawBase::CreateDefaultObject()
aStartPos.Y() -= 4 * MM50;
aEndPos.X() += 8 * MM50;
aEndPos.Y() += 4 * MM50;
- Rectangle aRect(aStartPos, aEndPos);
+ tools::Rectangle aRect(aStartPos, aEndPos);
m_pSh->CreateDefaultShape( static_cast< sal_uInt16 >(m_pWin->GetSdrDrawMode()), aRect, m_nSlotId);
}