@@ -18,8 +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 | -use PhpOffice\Common\File; |
|
23 | 21 | use PhpOffice\Common\XMLWriter; |
24 | 22 | use PhpOffice\PhpPresentation\Writer\PowerPoint2007; |
25 | 23 |
@@ -5,7 +5,6 @@ |
||
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; |
@@ -21,11 +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\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 |