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 | |
parent | a1360c8bc1859d59d8cc9e135019efc17115acff (diff) |
Remove some dead code
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/fastparser/fastparser.cxx | 1 | ||||
-rw-r--r-- | sax/source/tools/converter.cxx | 2 |
2 files changed, 0 insertions, 3 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 { diff --git a/sax/source/tools/converter.cxx b/sax/source/tools/converter.cxx index 40e8f5009d10..1e46a7e091df 100644 --- a/sax/source/tools/converter.cxx +++ b/sax/source/tools/converter.cxx @@ -41,8 +41,6 @@ using namespace rtl; using namespace com::sun::star; using namespace com::sun::star::uno; using namespace com::sun::star::util; -//using namespace com::sun::star::text; -//using namespace com::sun::star::style; using namespace ::com::sun::star::i18n; namespace sax { |