@@ -21,9 +21,6 @@ |
||
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 |
@@ -21,7 +21,6 @@ |
||
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\Gd as ShapeDrawingGd; |
26 | 25 | use PhpOffice\PhpPresentation\Shape\Drawing\File as ShapeDrawingFile; |
27 | 26 | use PhpOffice\PhpPresentation\Shape\Group; |
@@ -18,7 +18,6 @@ |
||
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 | 21 | use PhpOffice\Common\XMLWriter; |
23 | 22 | use PhpOffice\PhpPresentation\Writer\PowerPoint2007; |
24 | 23 |
@@ -3,11 +3,7 @@ |
||
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; |