~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/selcue.cpp

  • Committer: Ted Gould
  • Date: 2008-11-21 05:24:08 UTC
  • Revision ID: ted@canonical.com-20081121052408-tilucis2pjrrpzxx
MergeĀ fromĀ fe-moved

Show diffs side-by-side

added added

removed removed

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