From 43dc21b53e642208542398d7d257d0f9cb48582f Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 8 Aug 2008 17:32:43 +0000 Subject: remove many unnecessary to_2geom and from_2geom calls (bzr r6593) --- src/dialogs/stroke-style.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dialogs/stroke-style.cpp') diff --git a/src/dialogs/stroke-style.cpp b/src/dialogs/stroke-style.cpp index ae387e5f8..373ee5832 100644 --- a/src/dialogs/stroke-style.cpp +++ b/src/dialogs/stroke-style.cpp @@ -615,7 +615,7 @@ sp_marker_prev_new(unsigned psize, gchar const *mname, // Find object's bbox in document Geom::Matrix const i2doc(sp_item_i2doc_affine(SP_ITEM(object))); - boost::optional dbox = SP_ITEM(object)->getBounds(from_2geom(i2doc)); + boost::optional dbox = SP_ITEM(object)->getBounds(i2doc); if (!dbox) { return NULL; -- cgit v1.2.3