diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-10-26 09:36:22 +0000 |
|---|---|---|
| committer | jabiertxof <jabier.arraiza@marker.es> | 2015-10-26 09:36:22 +0000 |
| commit | 0ab5eb11dba2f130c7582753f5717ab002dd383e (patch) | |
| tree | da31aa246791eab3d84712dc24f5abb4dd070906 /src/ui/tools/spray-tool.cpp | |
| parent | Removing new roughen changes to create a new Spray branch (diff) | |
| download | inkscape-0ab5eb11dba2f130c7582753f5717ab002dd383e.tar.gz inkscape-0ab5eb11dba2f130c7582753f5717ab002dd383e.zip | |
Fixed typos from Mc
Removed unnecesary added headers
Put overlap default to false
(bzr r14422.1.12)
Diffstat (limited to 'src/ui/tools/spray-tool.cpp')
| -rw-r--r-- | src/ui/tools/spray-tool.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ui/tools/spray-tool.cpp b/src/ui/tools/spray-tool.cpp index 69a6f0435..67502591f 100644 --- a/src/ui/tools/spray-tool.cpp +++ b/src/ui/tools/spray-tool.cpp @@ -59,9 +59,6 @@ #include "livarot/Shape.h" #include <2geom/circle.h> #include <2geom/transforms.h> -#include <2geom/path-intersection.h> -#include <2geom/pathvector.h> -#include <2geom/crossing.h> #include "preferences.h" #include "style.h" #include "box3d.h" @@ -460,7 +457,7 @@ static bool sp_spray_recursive(SPDesktop *desktop, if(!fit_item(desktop, item, a, spray_origin, move, center, angle, _scale, scale, offset)){ limit += 1; //Limit recursion to 10 levels - //Seems enoght to chech if thete is place to put new copie + //Seems enough to chech if there is place to put new copie if(limit < 11){ return sp_spray_recursive(desktop, selection, |
