summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdovirt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdovirt.cxx')
-rw-r--r--svx/source/svdraw/svdovirt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdovirt.cxx b/svx/source/svdraw/svdovirt.cxx
index 00ee676799b3..5f6f21368805 100644
--- a/svx/source/svdraw/svdovirt.cxx
+++ b/svx/source/svdraw/svdovirt.cxx
@@ -510,7 +510,7 @@ sal_uInt32 SdrVirtObj::GetPointCount() const
Point SdrVirtObj::GetPoint(sal_uInt32 i) const
{
- return Point(rRefObj.GetPoint(i) + aAnchor);
+ return rRefObj.GetPoint(i) + aAnchor;
}
void SdrVirtObj::NbcSetPoint(const Point& rPnt, sal_uInt32 i)