diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-07 23:05:53 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-07 23:06:03 +0100 |
commit | dedffc5920d285b5194fff7ff9e23cce8fb5c092 (patch) | |
tree | 3611116f779d649d2cde1e4997c79add1d1027b2 /sax/source/fastparser | |
parent | a1360c8bc1859d59d8cc9e135019efc17115acff (diff) |
Remove some dead code
Diffstat (limited to 'sax/source/fastparser')
-rw-r--r-- | sax/source/fastparser/fastparser.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx index 9fdd0117599e..bff58a6a5817 100644 --- a/sax/source/fastparser/fastparser.cxx +++ b/sax/source/fastparser/fastparser.cxx @@ -49,7 +49,6 @@ using namespace ::cppu; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::xml::sax; -//using namespace ::com::sun::star::util; using namespace ::com::sun::star::io; namespace sax_fastparser { |