Completed
Pull Request — master (#262)
by Franck
10:55 queued 06:59
created
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   -3 removed lines patch added patch discarded remove patch
@@ -21,9 +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\Table;
27 24
 use PhpOffice\PhpPresentation\Writer\PowerPoint2007\LayoutPack\AbstractLayoutPack;
28 25
 use PhpOffice\PhpPresentation\Writer\PowerPoint2007\LayoutPack\PackDefault;
29 26
 
Please login to merge, or discard this patch.
src/PhpPresentation/Writer/PowerPoint2007/PptSlideMasters.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,11 +3,7 @@
 block discarded – undo
3 3
 
4 4
 use PhpOffice\Common\Drawing as CommonDrawing;
5 5
 use PhpOffice\Common\XMLWriter;
6
-use PhpOffice\PhpPresentation\Shape\AbstractDrawing;
7
-use PhpOffice\PhpPresentation\Shape\Chart as ShapeChart;
8
-use PhpOffice\PhpPresentation\Shape\Comment;
9 6
 use PhpOffice\PhpPresentation\Shape\RichText;
10
-use PhpOffice\PhpPresentation\Shape\Table as ShapeTable;
11 7
 use PhpOffice\PhpPresentation\Slide;
12 8
 use PhpOffice\PhpPresentation\Slide\SlideMaster;
13 9
 use PhpOffice\PhpPresentation\Style\SchemeColor;
Please login to merge, or discard this patch.