diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-19 11:28:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-19 21:11:02 +0000 |
commit | 4e7fff380a0b7cec8cc4bf5b4e43a6e91c97db6a (patch) | |
tree | 771ac4783afd8066d4232e8886fb603d6367186f /l10ntools/inc | |
parent | bb997c001982dc36ef393fbc76ace65dd12b461d (diff) |
remove ENABLE_BYTESTRING_STREAM_OPERATORS
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/xmlparse.hxx | 5 |
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" |