summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
Diffstat (limited to 'sax')
-rw-r--r--sax/test/sax/testsax.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sax/test/sax/testsax.cxx b/sax/test/sax/testsax.cxx
index e528f2659f8e..a64ca396c3ec 100644
--- a/sax/test/sax/testsax.cxx
+++ b/sax/test/sax/testsax.cxx
@@ -32,11 +32,8 @@
#include <osl/time.h>
#include <osl/diagnose.h>
-
#include <com/sun/star/test/XSimpleTest.hpp>
-
#include <com/sun/star/io/XOutputStream.hpp>
-
#include <com/sun/star/xml/sax/SAXParseException.hpp>
#include <com/sun/star/xml/sax/XParser.hpp>
#include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp>
@@ -278,14 +275,6 @@ Reference< XInputStream > createStreamFromFile(
-
-
-
-// #define PCHAR_TO_OUSTRING(x) OStringToOUString(x,CHARSET_PC_1252)
-// #define USTRING_TO_PCHAR(x) UStringToString(x,CHARSET_PC_437).GetStr()
-
-
-
class TestDocumentHandler :
public WeakImplHelper3< XExtendedDocumentHandler , XEntityResolver , XErrorHandler >
{