diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-04 11:38:12 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-04 13:58:40 +0100 |
commit | 33d6a7b2d7f6d6401c463556ade98de3bf23cf84 (patch) | |
tree | a61db81aeaf4d58d8905d7ca580b25da394b0763 /i18npool | |
parent | 26e37ca4c7a26d59f1a42de2a43705f61327389e (diff) |
doubled namespaces
Change-Id: I0f6a34a459c1492a69afa3ef6bcbaa8ed7639a22
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/LocaleNode.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/i18npool/source/localedata/LocaleNode.hxx b/i18npool/source/localedata/LocaleNode.hxx index 306e5823f60f..b110c73b4e41 100644 --- a/i18npool/source/localedata/LocaleNode.hxx +++ b/i18npool/source/localedata/LocaleNode.hxx @@ -25,9 +25,7 @@ #include <com/sun/star/registry/XImplementationRegistration.hpp> #include <com/sun/star/lang/XComponent.hpp> - #include <com/sun/star/xml/sax/SAXParseException.hpp> - #include <com/sun/star/io/XOutputStream.hpp> #include <com/sun/star/io/XActiveDataSource.hpp> @@ -36,7 +34,6 @@ using namespace ::rtl; using namespace ::std; -using namespace ::com::sun::star::xml::sax; using namespace ::cppu; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; |