Completed
Pull Request — develop (#551)
by
unknown
09:20
created
src/PhpPresentation/Writer/PowerPoint2007/PptSlides.php 1 patch
Unused Use Statements   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -2,20 +2,20 @@
 block discarded – undo
2 2
 
3 3
 namespace PhpOffice\PhpPresentation\Writer\PowerPoint2007;
4 4
 
5
-use PhpOffice\Common\Drawing as CommonDrawing;
6
-use PhpOffice\Common\XMLWriter;
7
-use PhpOffice\PhpPresentation\Shape\Chart as ShapeChart;
8
-use PhpOffice\PhpPresentation\Shape\Comment;
9
-use PhpOffice\PhpPresentation\Shape\Drawing as ShapeDrawing;
10
-use PhpOffice\PhpPresentation\Shape\Group;
11
-use PhpOffice\PhpPresentation\Shape\Video;
12
-use PhpOffice\PhpPresentation\Shape\Audio;
13
-use PhpOffice\PhpPresentation\Shape\RichText;
14
-use PhpOffice\PhpPresentation\Shape\RichText\Run;
15
-use PhpOffice\PhpPresentation\Shape\RichText\TextElement;
16
-use PhpOffice\PhpPresentation\Shape\Table as ShapeTable;
17
-use PhpOffice\PhpPresentation\Slide;
18
-use PhpOffice\PhpPresentation\Slide\Background\Image;
5
+use PhpOffice\Common\Drawing as CommonDrawing;
6
+use PhpOffice\Common\XMLWriter;
7
+use PhpOffice\PhpPresentation\Shape\Chart as ShapeChart;
8
+use PhpOffice\PhpPresentation\Shape\Comment;
9
+use PhpOffice\PhpPresentation\Shape\Drawing as ShapeDrawing;
10
+use PhpOffice\PhpPresentation\Shape\Group;
11
+use PhpOffice\PhpPresentation\Shape\Video;
12
+use PhpOffice\PhpPresentation\Shape\Audio;
13
+use PhpOffice\PhpPresentation\Shape\RichText;
14
+use PhpOffice\PhpPresentation\Shape\RichText\Run;
15
+use PhpOffice\PhpPresentation\Shape\RichText\TextElement;
16
+use PhpOffice\PhpPresentation\Shape\Table as ShapeTable;
17
+use PhpOffice\PhpPresentation\Slide;
18
+use PhpOffice\PhpPresentation\Slide\Background\Image;
19 19
 use PhpOffice\PhpPresentation\Slide\Note;
20 20
 
21 21
 class PptSlides extends AbstractSlide {
Please login to merge, or discard this patch.