diff options
-rw-r--r-- | svx/source/svdraw/svdedtv1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdedtv1.cxx b/svx/source/svdraw/svdedtv1.cxx index 85ea67dafe7b..e1593e8704fa 100644 --- a/svx/source/svdraw/svdedtv1.cxx +++ b/svx/source/svdraw/svdedtv1.cxx @@ -1395,7 +1395,7 @@ SfxItemSet SdrEditView::GetGeoAttrFromMarked() const aRect.Left(), aRect.Top(), aRect.getWidth(), aRect.getHeight()); } - else if(pObj) + else { // single object, get homogen transformation basegfx::B2DPolyPolygon aPolyPolygon; |