dev-python/pyfeyn: cleaning old
[gentoo.git] / app-office / passepartout / files / passepartout-0.6-extra_qual.patch
1 diff -NurdpB passepartout-0.6/src/pptout/document/group.h passepartout-0.6-patched/src/pptout/document/group.h
2 --- passepartout-0.6/src/pptout/document/group.h        2004-10-02 16:18:45.000000000 -0500
3 +++ passepartout-0.6-patched/src/pptout/document/group.h        2007-03-21 19:00:13.000000000 -0500
4 @@ -30,7 +30,7 @@ public:
5    void set_flow_around(bool);
6    bool get_flow_around() const;
7    Boundary get_obstacle_boundary() const;
8 -  BoundaryVect Group::obstacle_list() const;
9 +  BoundaryVect obstacle_list() const;
10    
11    void add(Pagent* obj);
12    Pagent* ungroup(Pagent* obj);
13 @@ -55,7 +55,7 @@ public:
14    /** Raised on direct changes to the group (i.e. new / ungrouped member) */
15    SigC::Signal1<void, Pagent*> group_changed_signal; 
16  private:
17 -  Boundary Group::get_untransformed_box() const;
18 +  Boundary get_untransformed_box() const;
19    
20    ChildVec childs;
21  };
22 diff -NurdpB passepartout-0.6/src/pptout/propertiesdialog.h passepartout-0.6-patched/src/pptout/propertiesdialog.h
23 --- passepartout-0.6/src/pptout/propertiesdialog.h      2004-04-16 14:03:56.000000000 -0500
24 +++ passepartout-0.6-patched/src/pptout/propertiesdialog.h      2007-03-21 19:18:26.000000000 -0500
25 @@ -39,7 +39,7 @@ private:
26    // no destructor
27    ~PropertiesDialog();
28  
29 -  void PropertiesDialog::show_page_contents(GtkNotebookPage*, guint index);
30 +  void show_page_contents(GtkNotebookPage*, guint index);
31  
32    Gtk::Notebook book;
33    std::vector<PropBase*> pages;
34 diff -NurdpB passepartout-0.6/src/xml2ps/canvas.hh passepartout-0.6-patched/src/xml2ps/canvas.hh
35 --- passepartout-0.6/src/xml2ps/canvas.hh       2004-07-21 17:00:34.000000000 -0500
36 +++ passepartout-0.6-patched/src/xml2ps/canvas.hh       2007-03-21 18:47:12.000000000 -0500
37 @@ -52,7 +52,7 @@ namespace xml2ps {
38      HBox hbox(bool span, float margin_left, float margin_right, 
39               float ascender, float descender);
40      
41 -    virtual void xml2ps::Canvas::addRelObstacle
42 +    virtual void addRelObstacle
43      (const float left, const float bottom, const float right, const float top);
44      
45      // Check where the current column starts.