diff options
Diffstat (limited to 'sax/source')
-rw-r--r-- | sax/source/expatwrap/sax_expat.cxx | 2 | ||||
-rw-r--r-- | sax/source/expatwrap/saxwriter.cxx | 7 | ||||
-rw-r--r-- | sax/source/fastparser/fastparser.cxx | 1 | ||||
-rw-r--r-- | sax/source/fastparser/legacyfastparser.cxx | 2 | ||||
-rw-r--r-- | sax/source/tools/CachedOutputStream.hxx | 1 | ||||
-rw-r--r-- | sax/source/tools/converter.cxx | 3 | ||||
-rw-r--r-- | sax/source/tools/fastserializer.cxx | 2 | ||||
-rw-r--r-- | sax/source/tools/fshelper.cxx | 1 |
8 files changed, 2 insertions, 17 deletions
diff --git a/sax/source/expatwrap/sax_expat.cxx b/sax/source/expatwrap/sax_expat.cxx index 87225fac08dd..3030b5f001e0 100644 --- a/sax/source/expatwrap/sax_expat.cxx +++ b/sax/source/expatwrap/sax_expat.cxx @@ -16,7 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <stdlib.h> + #include <string.h> #include <cassert> #include <memory> diff --git a/sax/source/expatwrap/saxwriter.cxx b/sax/source/expatwrap/saxwriter.cxx index 38826c04fc36..901682a5ca01 100644 --- a/sax/source/expatwrap/saxwriter.cxx +++ b/sax/source/expatwrap/saxwriter.cxx @@ -28,13 +28,9 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/util/XCloneable.hpp> -#include <com/sun/star/xml/sax/XParser.hpp> -#include <com/sun/star/xml/sax/SAXParseException.hpp> #include <com/sun/star/xml/sax/SAXInvalidCharacterException.hpp> #include <com/sun/star/xml/sax/XWriter.hpp> -#include <com/sun/star/io/XActiveDataSource.hpp> - #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/weak.hxx> #include <cppuhelper/implbase.hxx> @@ -42,8 +38,6 @@ #include <osl/diagnose.h> #include <rtl/character.hxx> -#include <rtl/ref.hxx> -#include <rtl/ustrbuf.hxx> using namespace ::std; using namespace ::osl; @@ -54,7 +48,6 @@ using namespace ::com::sun::star::xml::sax; using namespace ::com::sun::star::util; using namespace ::com::sun::star::io; -#include <xml2utf.hxx> #include <memory> #define LINEFEED 10 diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx index 3a8bbcfb9a62..ac04d1522a24 100644 --- a/sax/source/fastparser/fastparser.cxx +++ b/sax/source/fastparser/fastparser.cxx @@ -21,7 +21,6 @@ #include <sax/fastattribs.hxx> #include <xml2utf.hxx> -#include <com/sun/star/io/IOException.hpp> #include <com/sun/star/io/XSeekable.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> diff --git a/sax/source/fastparser/legacyfastparser.cxx b/sax/source/fastparser/legacyfastparser.cxx index f5a4a433f8df..2f355c956b4c 100644 --- a/sax/source/fastparser/legacyfastparser.cxx +++ b/sax/source/fastparser/legacyfastparser.cxx @@ -20,14 +20,12 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/xml/sax/XParser.hpp> #include <com/sun/star/xml/sax/FastParser.hpp> -#include <com/sun/star/xml/sax/FastToken.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/beans/Pair.hpp> #include <comphelper/attributelist.hxx> #include <cppuhelper/supportsservice.hxx> #include <comphelper/processfactory.hxx> #include <rtl/ref.hxx> -#include <sax/fastparser.hxx> #include <memory> #include <vector> diff --git a/sax/source/tools/CachedOutputStream.hxx b/sax/source/tools/CachedOutputStream.hxx index 0a2db555752a..c3f442f9d93d 100644 --- a/sax/source/tools/CachedOutputStream.hxx +++ b/sax/source/tools/CachedOutputStream.hxx @@ -16,7 +16,6 @@ #include <com/sun/star/uno/Sequence.hxx> #include <cstring> -#include <cstdlib> #include <memory> namespace sax_fastparser { diff --git a/sax/source/tools/converter.cxx b/sax/source/tools/converter.cxx index 956cdc097348..95bb262a846c 100644 --- a/sax/source/tools/converter.cxx +++ b/sax/source/tools/converter.cxx @@ -22,11 +22,8 @@ #include <com/sun/star/i18n/UnicodeType.hpp> #include <com/sun/star/util/DateTime.hpp> #include <com/sun/star/util/Date.hpp> -#include <com/sun/star/util/DateTimeWithTimezone.hpp> -#include <com/sun/star/util/DateWithTimezone.hpp> #include <com/sun/star/util/Duration.hpp> #include <com/sun/star/util/Time.hpp> -#include <com/sun/star/uno/Sequence.hxx> #include <boost/optional.hpp> #include <rtl/ustrbuf.hxx> diff --git a/sax/source/tools/fastserializer.cxx b/sax/source/tools/fastserializer.cxx index 2741bb4d4a28..cc7293a6a3f9 100644 --- a/sax/source/tools/fastserializer.cxx +++ b/sax/source/tools/fastserializer.cxx @@ -20,7 +20,7 @@ #include "fastserializer.hxx" #include <com/sun/star/xml/sax/FastTokenHandler.hpp> -#include <rtl/math.hxx> +#include <rtl/math.h> #include <sal/log.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> diff --git a/sax/source/tools/fshelper.cxx b/sax/source/tools/fshelper.cxx index 69056a626d14..383d4a794bbc 100644 --- a/sax/source/tools/fshelper.cxx +++ b/sax/source/tools/fshelper.cxx @@ -20,7 +20,6 @@ #include <sax/fshelper.hxx> #include "fastserializer.hxx" #include <com/sun/star/xml/sax/XFastTokenHandler.hpp> -#include <rtl/ustrbuf.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; |