Completed
Pull Request — develop (#230)
by Franck
07:45
created
src/PhpPresentation/Writer/PowerPoint2007/ContentTypes.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -18,8 +18,6 @@
 block discarded – undo
18 18
 namespace PhpOffice\PhpPresentation\Writer\PowerPoint2007;
19 19
 
20 20
 use PhpOffice\PhpPresentation\Shape\Chart as ShapeChart;
21
-use PhpOffice\PhpPresentation\Shape\Drawing as ShapeDrawing;
22
-use PhpOffice\Common\File;
23 21
 use PhpOffice\Common\XMLWriter;
24 22
 use PhpOffice\PhpPresentation\Writer\PowerPoint2007;
25 23
 
Please login to merge, or discard this patch.
src/PhpPresentation/Writer/PowerPoint2007/PptSlides.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use PhpOffice\Common\Drawing as CommonDrawing;
6 6
 use PhpOffice\Common\Text;
7 7
 use PhpOffice\Common\XMLWriter;
8
-use PhpOffice\PhpPresentation\Shape\AbstractDrawing;
9 8
 use PhpOffice\PhpPresentation\Shape\Chart as ShapeChart;
10 9
 use PhpOffice\PhpPresentation\Shape\Comment;
11 10
 use PhpOffice\PhpPresentation\Shape\Drawing as ShapeDrawing;
Please login to merge, or discard this patch.
src/PhpPresentation/Writer/PowerPoint2007.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -21,11 +21,6 @@
 block discarded – undo
21 21
 use PhpOffice\Common\Adapter\Zip\ZipArchiveAdapter;
22 22
 use PhpOffice\PhpPresentation\HashTable;
23 23
 use PhpOffice\PhpPresentation\PhpPresentation;
24
-use PhpOffice\PhpPresentation\Shape\AbstractDrawing;
25
-use PhpOffice\PhpPresentation\Shape\Chart as ChartShape;
26
-use PhpOffice\PhpPresentation\Shape\Drawing\AbstractDrawingAdapter;
27
-use PhpOffice\PhpPresentation\Shape\Group;
28
-use PhpOffice\PhpPresentation\Shape\Table;
29 24
 use PhpOffice\PhpPresentation\Writer\PowerPoint2007\LayoutPack\AbstractLayoutPack;
30 25
 use PhpOffice\PhpPresentation\Writer\PowerPoint2007\LayoutPack\PackDefault;
31 26
 
Please login to merge, or discard this patch.
src/PhpPresentation/Writer/PowerPoint2007/AbstractSlide.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@  discard block
 block discarded – undo
21 21
 use PhpOffice\Common\XMLWriter;
22 22
 use PhpOffice\PhpPresentation\Shape\AbstractDrawing;
23 23
 use PhpOffice\PhpPresentation\Shape\Chart as ShapeChart;
24
-use PhpOffice\PhpPresentation\Shape\Comment;
25 24
 use PhpOffice\PhpPresentation\Shape\Drawing as ShapeDrawing;
26 25
 use PhpOffice\PhpPresentation\Shape\Group;
27 26
 use PhpOffice\PhpPresentation\Shape\Line;
@@ -35,7 +34,6 @@  discard block
 block discarded – undo
35 34
 use PhpOffice\PhpPresentation\Slide;
36 35
 use PhpOffice\PhpPresentation\Slide\Background\Image;
37 36
 use PhpOffice\PhpPresentation\Slide\Note;
38
-use PhpOffice\PhpPresentation\Slide\Transition;
39 37
 use PhpOffice\PhpPresentation\Style\Alignment;
40 38
 use PhpOffice\PhpPresentation\Style\Bullet;
41 39
 use PhpOffice\PhpPresentation\Style\Border;
Please login to merge, or discard this patch.
src/PhpPresentation/Writer/PowerPoint2007/PptSlideMasters.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,14 +5,12 @@
 block discarded – undo
5 5
 use PhpOffice\Common\XMLWriter;
6 6
 use PhpOffice\PhpPresentation\Shape\AbstractDrawing;
7 7
 use PhpOffice\PhpPresentation\Shape\Chart as ShapeChart;
8
-use PhpOffice\PhpPresentation\Shape\Comment;
9 8
 use PhpOffice\PhpPresentation\Shape\Group;
10 9
 use PhpOffice\PhpPresentation\Shape\Line;
11 10
 use PhpOffice\PhpPresentation\Shape\RichText;
12 11
 use PhpOffice\PhpPresentation\Shape\Table as ShapeTable;
13 12
 use PhpOffice\PhpPresentation\Slide;
14 13
 use PhpOffice\PhpPresentation\Slide\SlideMaster;
15
-use PhpOffice\PhpPresentation\Style\TextStyle;
16 14
 
17 15
 class PptSlideMasters extends AbstractSlide
18 16
 {
Please login to merge, or discard this patch.