summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-25 10:52:10 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-25 14:12:57 +0200
commit66cd9eeb90869b88ab883eab367a39041f21aef0 (patch)
tree5626a9f3422d5bd36d026ab0570228e57c94e01e /sax
parentee60fab03b743a151508608265abe45e5a731e97 (diff)
Remove various commented out defines
Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
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 >
{