diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-29 11:29:03 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-29 11:29:16 +0200 |
commit | 4e95dc3ff697dda2391147ba4c311a5a5031c560 (patch) | |
tree | f890c609ac834d77b363cd58bc6bd2aa3996b8c7 | |
parent | 5a8a57703cad29ec2865390f3ced34af0e82b33f (diff) |
Unused include
Change-Id: I79c5b123abf671d51deadd56644271124420ce64
-rw-r--r-- | i18npool/source/localedata/LocaleNode.hxx | 2 | ||||
-rw-r--r-- | i18npool/source/localedata/saxparser.cxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/i18npool/source/localedata/LocaleNode.hxx b/i18npool/source/localedata/LocaleNode.hxx index 27b0027d5622..3684ace2b66f 100644 --- a/i18npool/source/localedata/LocaleNode.hxx +++ b/i18npool/source/localedata/LocaleNode.hxx @@ -23,7 +23,6 @@ #include <vector> -#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> @@ -37,7 +36,6 @@ using namespace ::std; using namespace ::cppu; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; -using namespace ::com::sun::star::registry; using namespace ::com::sun::star::xml::sax; using namespace ::com::sun::star::io; diff --git a/i18npool/source/localedata/saxparser.cxx b/i18npool/source/localedata/saxparser.cxx index 60ab16b36b75..94207d0a4eec 100644 --- a/i18npool/source/localedata/saxparser.cxx +++ b/i18npool/source/localedata/saxparser.cxx @@ -49,7 +49,6 @@ using namespace ::std; using namespace ::cppu; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; -using namespace ::com::sun::star::registry; using namespace ::com::sun::star::xml::sax; using namespace ::com::sun::star::io; |