diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-30 22:29:54 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-30 22:30:45 +0900 |
commit | 2cab28c2b8027907d34029d10562a08ed2bf60b4 (patch) | |
tree | 7a7e19553fb98c7cddc20f97fef08c323dc3a1aa /i18npool | |
parent | 417823d4c23100713813171865d70f5e2719ace2 (diff) |
removed duplicate includes in filter / i18npool / sdext
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/inc/localedata.hxx | 1 | ||||
-rw-r--r-- | i18npool/source/localedata/LocaleNode.hxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/i18npool/inc/localedata.hxx b/i18npool/inc/localedata.hxx index 2453aa4f6bc5..9ee27af6472c 100644 --- a/i18npool/inc/localedata.hxx +++ b/i18npool/inc/localedata.hxx @@ -47,7 +47,6 @@ #include <com/sun/star/i18n/LocaleDataItem.hpp> #include <com/sun/star/i18n/UnicodeScript.hpp> #include <com/sun/star/uno/RuntimeException.hpp> -#include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/XInterface.hpp> #include <rtl/ustring.hxx> #include <vector> diff --git a/i18npool/source/localedata/LocaleNode.hxx b/i18npool/source/localedata/LocaleNode.hxx index c79726cf12f9..6086b098ccdf 100644 --- a/i18npool/source/localedata/LocaleNode.hxx +++ b/i18npool/source/localedata/LocaleNode.hxx @@ -36,8 +36,6 @@ #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/xml/sax/SAXParseException.hpp> -#include <com/sun/star/xml/sax/XParser.hpp> -#include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp> #include <com/sun/star/io/XOutputStream.hpp> #include <com/sun/star/io/XActiveDataSource.hpp> |