From a45a0820bec31c1611da0c8de6ecfec218d2419a Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 1 Aug 2008 19:15:16 +0000 Subject: 2geomify a lot of NR::Points to Geom::Point (bzr r6513) --- src/live_effects/lpegroupbbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/live_effects/lpegroupbbox.cpp') diff --git a/src/live_effects/lpegroupbbox.cpp b/src/live_effects/lpegroupbbox.cpp index 1ec443a5f..e9cf05099 100644 --- a/src/live_effects/lpegroupbbox.cpp +++ b/src/live_effects/lpegroupbbox.cpp @@ -32,7 +32,7 @@ GroupBBoxEffect::original_bbox(SPLPEItem *lpeitem, bool absolute) NR::Maybe itemBBox = item->getBounds(transform, SPItem::GEOMETRIC_BBOX); // NR to Geom glue - Geom::Rect geomBBox = Geom::Rect(itemBBox->min().to_2geom(), itemBBox->max().to_2geom()); + Geom::Rect geomBBox = Geom::Rect(itemBBox->min(), itemBBox->max()); boundingbox_X = geomBBox[Geom::X]; boundingbox_Y = geomBBox[Geom::Y]; } -- cgit v1.2.3