summaryrefslogtreecommitdiff
path: root/l10ntools/inc/xmlparse.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-19 11:28:50 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-19 21:11:02 +0000
commit4e7fff380a0b7cec8cc4bf5b4e43a6e91c97db6a (patch)
tree771ac4783afd8066d4232e8886fb603d6367186f /l10ntools/inc/xmlparse.hxx
parentbb997c001982dc36ef393fbc76ace65dd12b461d (diff)
remove ENABLE_BYTESTRING_STREAM_OPERATORS
Diffstat (limited to 'l10ntools/inc/xmlparse.hxx')
-rw-r--r--l10ntools/inc/xmlparse.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx
index 6cf49533e6fb..75db02e77bfb 100644
--- a/l10ntools/inc/xmlparse.hxx
+++ b/l10ntools/inc/xmlparse.hxx
@@ -33,9 +33,8 @@
#include <expat.h>
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
-#include "tools/string.hxx"
-#define ENABLE_BYTESTRING_STREAM_OPERATORS
-#include "tools/stream.hxx"
+#include <tools/string.hxx>
+#include <tools/stream.hxx>
#include "export.hxx"
#include "xmlutil.hxx"