|
22 | 22 | #include <cppunit/extensions/HelperMacros.h>
|
23 | 23 | #include <cppunit/plugin/TestPlugIn.h>
|
24 | 24 | #include <test/bootstrapfixture.hxx>
|
25 |
| -#include <cppuhelper/weak.hxx> |
26 | 25 | #include <cppuhelper/implbase.hxx>
|
27 | 26 | #include <com/sun/star/beans/Pair.hpp>
|
28 | 27 | #include <com/sun/star/xml/sax/SAXException.hpp>
|
29 | 28 | #include <com/sun/star/xml/sax/XDocumentHandler.hpp>
|
30 |
| -#include <com/sun/star/xml/sax/XFastDocumentHandler.hpp> |
31 |
| -#include <com/sun/star/xml/sax/XFastAttributeList.hpp> |
| 29 | +#include <com/sun/star/xml/sax/XFastTokenHandler.hpp> |
32 | 30 | #include <comphelper/processfactory.hxx>
|
33 | 31 | #include <com/sun/star/xml/sax/Parser.hpp>
|
34 | 32 | #include <com/sun/star/xml/sax/XParser.hpp>
|
35 |
| -#include <com/sun/star/xml/sax/FastParser.hpp> |
36 |
| -#include <com/sun/star/xml/sax/XFastParser.hpp> |
37 | 33 | #include <com/sun/star/xml/sax/XLocator.hpp>
|
38 |
| -#include <com/sun/star/io/XOutputStream.hpp> |
39 | 34 | #include <com/sun/star/xml/sax/FastToken.hpp>
|
40 |
| -#include <com/sun/star/xml/Attribute.hpp> |
| 35 | +#include <com/sun/star/lang/XInitialization.hpp> |
41 | 36 | #include <osl/file.hxx>
|
42 |
| -#include <osl/conditn.hxx> |
43 | 37 | #include <unotools/ucbstreamhelper.hxx>
|
44 | 38 | #include <unotools/streamwrap.hxx>
|
45 | 39 | #include <sax/fastattribs.hxx>
|
46 |
| -#include <string> |
47 | 40 | #include <stack>
|
48 | 41 | #include <deque>
|
49 |
| -#include <sax/fastparser.hxx> |
50 | 42 | #include <rtl/ref.hxx>
|
51 | 43 |
|
52 | 44 |
|
|
0 commit comments