@@ -21,14 +21,12 @@ |
||
21 | 21 | use PhpOffice\Common\XMLReader; |
22 | 22 | use PhpOffice\Common\Drawing as CommonDrawing; |
23 | 23 | use PhpOffice\PhpPresentation\PhpPresentation; |
24 | -use PhpOffice\PhpPresentation\Shape\Hyperlink; |
|
25 | 24 | use PhpOffice\PhpPresentation\Shape\MemoryDrawing; |
26 | 25 | use PhpOffice\PhpPresentation\Style\Bullet; |
27 | 26 | use PhpOffice\PhpPresentation\Style\Color; |
28 | 27 | use PhpOffice\PhpPresentation\Style\Font; |
29 | 28 | use PhpOffice\PhpPresentation\Style\Shadow; |
30 | 29 | use PhpOffice\PhpPresentation\Style\Alignment; |
31 | -use PhpOffice\PhpPresentation\Style\PhpOffice\PhpPresentation\Style; |
|
32 | 30 | use PhpOffice\PhpPresentation\Shape\RichText; |
33 | 31 | use PhpOffice\PhpPresentation\Shape\RichText\Paragraph; |
34 | 32 | use PhpOffice\Common\PhpOffice\Common; |
@@ -21,7 +21,6 @@ |
||
21 | 21 | use PhpOffice\PhpPresentation\Shape\Chart\Legend; |
22 | 22 | use PhpOffice\PhpPresentation\Shape\Chart\PlotArea; |
23 | 23 | use PhpOffice\PhpPresentation\Shape\Chart\Title; |
24 | -use PhpOffice\PhpPresentation\Shape\Chart\Type\AbstractTypeBar; |
|
25 | 24 | use PhpOffice\PhpPresentation\Shape\Chart\Type\Area; |
26 | 25 | use PhpOffice\PhpPresentation\Shape\Chart\Type\Bar; |
27 | 26 | use PhpOffice\PhpPresentation\Shape\Chart\Type\Bar3D; |