diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-12 09:14:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-12 12:06:10 +0200 |
commit | 76c4ed30437125a922936c036a3dc57441938c61 (patch) | |
tree | 89730a7d100f2a2e3f0873fcecb624ccf06034be /svx | |
parent | 953db3ca96d0055a83f718794416a9e39b0b20ce (diff) |
Revert "improve empty tools::Rectangle (width)"
This reverts commit a46a257794f1f53b294735fc876c394be23a3811.
Too many issues, I'm going to try landing this in smaller pieces to make it easier to fix regressions
Change-Id: Ie5e8979838017af86c119c887b580385ba068d54
Reviewed-on: https://gerrit.libreoffice.org/73859
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sdr/contact/objectcontactofpageview.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/sdr/contact/objectcontactofpageview.cxx b/svx/source/sdr/contact/objectcontactofpageview.cxx index 4961d4610c34..3bda11b111f6 100644 --- a/svx/source/sdr/contact/objectcontactofpageview.cxx +++ b/svx/source/sdr/contact/objectcontactofpageview.cxx @@ -213,9 +213,6 @@ namespace sdr aViewRange.transform(rTargetOutDev.GetInverseViewTransformation()); } - if (aViewRange.isEmpty()) - return; - // update local ViewInformation2D const drawinglayer::geometry::ViewInformation2D aNewViewInformation2D( basegfx::B2DHomMatrix(), |