Code

Rename LPE: mirror reflect --> mirror symmetry
[inkscape.git] / src / live_effects / lpe-bendpath.h
index 47a26ac831a11f66c7161d31eaf6493195c95d0b..1d3a9861ef8793e5307b87496232acf0616c14b8 100644 (file)
@@ -28,7 +28,7 @@ namespace Inkscape {
 namespace LivePathEffect {
 
 //for Bend path on group : we need information concerning the group Bounding box
-class LPEBendPath : public Effect, LivePathEffect_group_bbox {
+class LPEBendPath : public Effect, GroupBBoxEffect {
 public:
     LPEBendPath(LivePathEffectObject *lpeobject);
     virtual ~LPEBendPath();
@@ -47,8 +47,6 @@ private:
     BoolParam scale_y_rel;
     BoolParam    vertical_pattern;
 
-    bool groupSpecialBehavior;    
-
     void on_pattern_pasted();
 
     LPEBendPath(const LPEBendPath&);