summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/tabvwshg.cxx')
-rw-r--r--sc/source/ui/view/tabvwshg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwshg.cxx b/sc/source/ui/view/tabvwshg.cxx
index 5b2a4dcbcb18..7b739b8be0bd 100644
--- a/sc/source/ui/view/tabvwshg.cxx
+++ b/sc/source/ui/view/tabvwshg.cxx
@@ -102,7 +102,7 @@ void ScTabViewShell::InsertURLButton( const OUString& rName, const OUString& rUR
if ( pDoc->IsNegativePage(nTab) )
aPos.X() -= aSize.Width();
- pObj->SetLogicRect(Rectangle(aPos, aSize));
+ pObj->SetLogicRect(tools::Rectangle(aPos, aSize));
// for the old VC-Button the position/size had to be set explicitly once more
// that seems not to be needed with UnoControls