diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-07 23:31:30 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-07 23:31:50 +0100 |
commit | 06fc1ee4c4ee8de3a4d758cbca761a5e80a0873f (patch) | |
tree | 55db07712d1345120d4181d5acba6cdac83f1551 /xmloff/source/text/XMLTextHeaderFooterContext.cxx | |
parent | 4387ebc208bd432717f970bc1627eedb3902005c (diff) |
Remove dead code. Mostly unused namespaces
Diffstat (limited to 'xmloff/source/text/XMLTextHeaderFooterContext.cxx')
-rw-r--r-- | xmloff/source/text/XMLTextHeaderFooterContext.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLTextHeaderFooterContext.cxx b/xmloff/source/text/XMLTextHeaderFooterContext.cxx index 3de0e70bfc52..ffd2d02597b0 100644 --- a/xmloff/source/text/XMLTextHeaderFooterContext.cxx +++ b/xmloff/source/text/XMLTextHeaderFooterContext.cxx @@ -43,12 +43,8 @@ using ::rtl::OUStringBuffer; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::xml::sax; -//using namespace ::com::sun::star::style; using namespace ::com::sun::star::text; using namespace ::com::sun::star::beans; -//using namespace ::com::sun::star::container; -//using namespace ::com::sun::star::lang; -//using namespace ::com::sun::star::text; TYPEINIT1( XMLTextHeaderFooterContext, SvXMLImportContext ); |