summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdedtv1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdedtv1.cxx')
-rw-r--r--svx/source/svdraw/svdedtv1.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/svdraw/svdedtv1.cxx b/svx/source/svdraw/svdedtv1.cxx
index 0beba3a215aa..5f98c816c65f 100644
--- a/svx/source/svdraw/svdedtv1.cxx
+++ b/svx/source/svdraw/svdedtv1.cxx
@@ -131,10 +131,10 @@ void SdrEditView::SetMarkedObjRect(const tools::Rectangle& rRect)
} else {
t=0; b=h1;
}
- aR1.SetLeft(tools::Long(l) );
- aR1.SetRight(tools::Long(r) );
- aR1.SetTop(tools::Long(t) );
- aR1.SetBottom(tools::Long(b) );
+ aR1.SetLeft(sal_Int32(l) );
+ aR1.SetRight(sal_Int32(r) );
+ aR1.SetTop(sal_Int32(t) );
+ aR1.SetBottom(sal_Int32(b) );
aR1.Move(x1,y1);
}
pO->SetSnapRect(aR1);