diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-15 18:58:32 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-16 14:37:27 +0200 |
commit | 93037e30610ef9549acadf4696f119dde2f5307f (patch) | |
tree | 8c785a8bcc72a5da1b1ef96aeda4ad5e6976aebe /svgio/source | |
parent | a6ef8ed1d6ba5843fa2e5fc49e21d8adda2b7583 (diff) |
fix-includes.pl: svgio
Change-Id: I660f0b2da8f5e6fd8de37e22fd4edd2bd8d21ef8
Diffstat (limited to 'svgio/source')
-rw-r--r-- | svgio/source/svguno/svguno.cxx | 8 | ||||
-rw-r--r-- | svgio/source/svguno/xsvgparser.cxx | 2 | ||||
-rw-r--r-- | svgio/source/svguno/xsvgparser.hxx | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/svgio/source/svguno/svguno.cxx b/svgio/source/svguno/svguno.cxx index 2c15990f37a5..f0dbe264e127 100644 --- a/svgio/source/svguno/svguno.cxx +++ b/svgio/source/svguno/svguno.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> -#include "cppuhelper/factory.hxx" -#include "cppuhelper/implementationentry.hxx" -#include "sal/types.h" +#include <cppuhelper/factory.hxx> +#include <cppuhelper/implementationentry.hxx> +#include <sal/types.h> #include "xsvgparser.hxx" diff --git a/svgio/source/svguno/xsvgparser.cxx b/svgio/source/svguno/xsvgparser.cxx index 2032ce8f2ef6..988469889668 100644 --- a/svgio/source/svguno/xsvgparser.cxx +++ b/svgio/source/svguno/xsvgparser.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <boost/noncopyable.hpp> #include <com/sun/star/graphic/XSvgParser.hpp> diff --git a/svgio/source/svguno/xsvgparser.hxx b/svgio/source/svguno/xsvgparser.hxx index 01513e08e7b7..7853b1e2c03c 100644 --- a/svgio/source/svguno/xsvgparser.hxx +++ b/svgio/source/svguno/xsvgparser.hxx @@ -20,11 +20,11 @@ #ifndef INCLUDED_SVGIO_SOURCE_SVGUNO_XSVGPARSER_HXX #define INCLUDED_SVGIO_SOURCE_SVGUNO_XSVGPARSER_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "sal/types.h" +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <sal/types.h> namespace com { namespace sun { namespace star { namespace uno { |