summaryrefslogtreecommitdiffstats
path: root/sax
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:33:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:57 +0200
commit5209ee4791a005c10c5277996796f2056541b0e8 (patch)
tree7416578d1dae703bfba2492b95f4c68e61f79e51 /sax
parentloplugin:includeform: sc (diff)
downloadcore-5209ee4791a005c10c5277996796f2056541b0e8.tar.gz
core-5209ee4791a005c10c5277996796f2056541b0e8.zip
loplugin:includeform: sax
Change-Id: If54794f72502a11612e85f99713e553f91d4025e
Diffstat (limited to 'sax')
-rw-r--r--sax/qa/cppunit/test_converter.cxx4
-rw-r--r--sax/source/expatwrap/sax_expat.cxx2
-rw-r--r--sax/source/expatwrap/saxwriter.cxx2
-rw-r--r--sax/source/expatwrap/xml2utf.cxx2
-rw-r--r--sax/source/fastparser/fastparser.cxx6
-rw-r--r--sax/source/tools/fastserializer.hxx2
6 files changed, 9 insertions, 9 deletions
diff --git a/sax/qa/cppunit/test_converter.cxx b/sax/qa/cppunit/test_converter.cxx
index 6a1f087e143a..02471ebff740 100644
--- a/sax/qa/cppunit/test_converter.cxx
+++ b/sax/qa/cppunit/test_converter.cxx
@@ -32,9 +32,9 @@
#include <com/sun/star/util/Duration.hpp>
#include <com/sun/star/util/MeasureUnit.hpp>
-#include "sax/tools/converter.hxx"
+#include <sax/tools/converter.hxx>
#include <comphelper/sequence.hxx>
-#include "sal/log.hxx"
+#include <sal/log.hxx>
using namespace ::com::sun::star;
diff --git a/sax/source/expatwrap/sax_expat.cxx b/sax/source/expatwrap/sax_expat.cxx
index ef28e8340205..25e9c032878f 100644
--- a/sax/source/expatwrap/sax_expat.cxx
+++ b/sax/source/expatwrap/sax_expat.cxx
@@ -49,7 +49,7 @@ using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::xml::sax;
using namespace ::com::sun::star::io;
-#include "xml2utf.hxx"
+#include <xml2utf.hxx>
namespace {
diff --git a/sax/source/expatwrap/saxwriter.cxx b/sax/source/expatwrap/saxwriter.cxx
index 8303afa145d7..771aa69762a2 100644
--- a/sax/source/expatwrap/saxwriter.cxx
+++ b/sax/source/expatwrap/saxwriter.cxx
@@ -53,7 +53,7 @@ using namespace ::com::sun::star::xml::sax;
using namespace ::com::sun::star::util;
using namespace ::com::sun::star::io;
-#include "xml2utf.hxx"
+#include <xml2utf.hxx>
#include <memory>
#define LINEFEED 10
diff --git a/sax/source/expatwrap/xml2utf.cxx b/sax/source/expatwrap/xml2utf.cxx
index 58ee36c1c829..549910af2a88 100644
--- a/sax/source/expatwrap/xml2utf.cxx
+++ b/sax/source/expatwrap/xml2utf.cxx
@@ -31,7 +31,7 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::io;
-#include "xml2utf.hxx"
+#include <xml2utf.hxx>
#include <memory>
namespace sax_expatwrap {
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx
index 90330cdbd8d8..abd78e2d120d 100644
--- a/sax/source/fastparser/fastparser.cxx
+++ b/sax/source/fastparser/fastparser.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sax/fastparser.hxx"
-#include "sax/fastattribs.hxx"
-#include "xml2utf.hxx"
+#include <sax/fastparser.hxx>
+#include <sax/fastattribs.hxx>
+#include <xml2utf.hxx>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
diff --git a/sax/source/tools/fastserializer.hxx b/sax/source/tools/fastserializer.hxx
index e2a4b4daccdc..803eaa0cc991 100644
--- a/sax/source/tools/fastserializer.hxx
+++ b/sax/source/tools/fastserializer.hxx
@@ -25,7 +25,7 @@
#include <sax/fastattribs.hxx>
#include <sax/fshelper.hxx>
-#include <CachedOutputStream.hxx>
+#include "CachedOutputStream.hxx"
#include <stack>
#include <map>