From 1e3ef71825fa122062b626937848539cbb62f0ca Mon Sep 17 00:00:00 2001 From: "Joshua L. Blocher" Date: Sun, 28 Dec 2008 22:44:35 +0000 Subject: More NR ==> Geom changes (bzr r7032) --- src/sp-shape.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/sp-shape.cpp') diff --git a/src/sp-shape.cpp b/src/sp-shape.cpp index 7ee2af1ec..155c9b454 100644 --- a/src/sp-shape.cpp +++ b/src/sp-shape.cpp @@ -628,7 +628,7 @@ sp_shape_print (SPItem *item, SPPrintContext *ctx) } /* fixme: Think (Lauris) */ - sp_item_invoke_bbox(item, &pbox, NR::identity(), TRUE); + sp_item_invoke_bbox(item, &pbox, Geom::identity(), TRUE); dbox.x0 = 0.0; dbox.y0 = 0.0; dbox.x1 = sp_document_width (SP_OBJECT_DOCUMENT (item)); @@ -661,7 +661,7 @@ sp_shape_print (SPItem *item, SPPrintContext *ctx) tr = marker_item->transform * marker->c2p * tr; - NR::Matrix old_tr = marker_item->transform; + Geom::Matrix old_tr = marker_item->transform; marker_item->transform = tr; sp_item_invoke_print (marker_item, ctx); marker_item->transform = old_tr; @@ -687,7 +687,7 @@ sp_shape_print (SPItem *item, SPPrintContext *ctx) tr = marker_item->transform * marker->c2p * tr; - NR::Matrix old_tr = marker_item->transform; + Geom::Matrix old_tr = marker_item->transform; marker_item->transform = tr; sp_item_invoke_print (marker_item, ctx); marker_item->transform = old_tr; @@ -717,7 +717,7 @@ sp_shape_print (SPItem *item, SPPrintContext *ctx) tr = marker_item->transform * marker->c2p * tr; - NR::Matrix old_tr = marker_item->transform; + Geom::Matrix old_tr = marker_item->transform; marker_item->transform = tr; sp_item_invoke_print (marker_item, ctx); marker_item->transform = old_tr; -- cgit v1.2.3