@@ -8,7 +8,6 @@ |
||
8 | 8 | use SMWDataValue; |
9 | 9 | use SMWOutputs; |
10 | 10 | use SRFUtils; |
11 | - |
|
12 | 11 | use FormatJson; |
13 | 12 | use Skin; |
14 | 13 | use Html; |
@@ -3,13 +3,11 @@ |
||
3 | 3 | namespace SRF; |
4 | 4 | |
5 | 5 | use SMW\ResultPrinter; |
6 | - |
|
7 | 6 | use SMWQueryResult; |
8 | 7 | use SMWPrintRequest; |
9 | 8 | use SMWDataItem; |
10 | 9 | use SMWOutputs; |
11 | 10 | use SRFUtils; |
12 | - |
|
13 | 11 | use Html; |
14 | 12 | use Title; |
15 | 13 |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SRF\vCard; |
4 | 4 | |
5 | -use Title; |
|
6 | -use Article; |
|
7 | - |
|
8 | 5 | /** |
9 | 6 | * Represents a single entry in an vCard |
10 | 7 | * |
@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace SRF\vCard; |
4 | 4 | |
5 | -use SMWQueryResult as QueryResult; |
|
5 | +use SMWQueryResult as QueryResult; |
|
6 | 6 | use SMWQueryProcessor as QueryProcessor; |
7 | 7 | use SMWQuery as Query; |
8 | 8 | use SMWExportPrinter as FileExportPrinter; |