~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/selcue.cpp

  • Committer: cilix42
  • Date: 2008-09-18 17:48:42 UTC
  • Revision ID: cilix42@users.sourceforge.net-20080918174842-1ad33a7d7gqhv2hq
Next roud of NR ==> Geom conversion

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    for (GSList const *l = _selection->itemList(); l != NULL; l = l->next) {
85
85
        SPItem *item = (SPItem *) l->data;
86
86
 
87
 
        boost::optional<NR::Rect> const b = sp_item_bbox_desktop(item, bbox_type);
 
87
        boost::optional<Geom::Rect> const b = to_2geom(sp_item_bbox_desktop(item, bbox_type));
88
88
 
89
89
        SPCanvasItem* box = NULL;
90
90