diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:39:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:04 +0200 |
commit | 3f2a9e2d71a04f18fa713b5174368ea3af1d348f (patch) | |
tree | f9e27dc6b9b31c27656ca7f9b84c6db8defeb64b /io | |
parent | 9b5afa247a737ddf4b77c24ad512a1859415a577 (diff) |
loplugin:includeform: io
Change-Id: I68e0ebc5a1585d2f55a4061edd8ab197f437b6a2
Diffstat (limited to 'io')
-rw-r--r-- | io/qa/textinputstream.cxx | 10 | ||||
-rw-r--r-- | io/source/TextInputStream/TextInputStream.cxx | 2 | ||||
-rw-r--r-- | io/source/TextOutputStream/TextOutputStream.cxx | 2 | ||||
-rw-r--r-- | io/source/acceptor/acc_pipe.cxx | 2 | ||||
-rw-r--r-- | io/source/acceptor/acceptor.cxx | 6 | ||||
-rw-r--r-- | io/source/connector/connector.cxx | 8 | ||||
-rw-r--r-- | io/source/services.hxx | 10 | ||||
-rw-r--r-- | io/source/stm/odata.cxx | 2 | ||||
-rw-r--r-- | io/source/stm/omark.cxx | 2 | ||||
-rw-r--r-- | io/source/stm/opipe.cxx | 2 | ||||
-rw-r--r-- | io/source/stm/opump.cxx | 2 |
11 files changed, 24 insertions, 24 deletions
diff --git a/io/qa/textinputstream.cxx b/io/qa/textinputstream.cxx index e8b390ef85e1..29f8740ac673 100644 --- a/io/qa/textinputstream.cxx +++ b/io/qa/textinputstream.cxx @@ -14,15 +14,15 @@ #include <cstring> #include <exception> -#include "com/sun/star/io/BufferSizeExceededException.hpp" -#include "com/sun/star/io/IOException.hpp" -#include "com/sun/star/io/NotConnectedException.hpp" +#include <com/sun/star/io/BufferSizeExceededException.hpp> +#include <com/sun/star/io/IOException.hpp> +#include <com/sun/star/io/NotConnectedException.hpp> #include <com/sun/star/io/TextInputStream.hpp> #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/io/XTextInputStream2.hpp> -#include "com/sun/star/uno/Sequence.hxx" +#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Reference.hxx> -#include "com/sun/star/uno/RuntimeException.hpp" +#include <com/sun/star/uno/RuntimeException.hpp> #include <cppuhelper/implbase.hxx> #include <cppunit/TestAssert.h> #include <cppunit/extensions/HelperMacros.h> diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx index cb267c540791..f2f12e0e1781 100644 --- a/io/source/TextInputStream/TextInputStream.cxx +++ b/io/source/TextInputStream/TextInputStream.cxx @@ -35,7 +35,7 @@ #include <com/sun/star/io/XTextInputStream2.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include "services.hxx" +#include <services.hxx> #include <vector> diff --git a/io/source/TextOutputStream/TextOutputStream.cxx b/io/source/TextOutputStream/TextOutputStream.cxx index c888adbf9cd4..c3705f336f5b 100644 --- a/io/source/TextOutputStream/TextOutputStream.cxx +++ b/io/source/TextOutputStream/TextOutputStream.cxx @@ -33,7 +33,7 @@ #include <com/sun/star/io/XTextOutputStream2.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include "services.hxx" +#include <services.hxx> #define IMPLEMENTATION_NAME "com.sun.star.comp.io.TextOutputStream" #define SERVICE_NAME "com.sun.star.io.TextOutputStream" diff --git a/io/source/acceptor/acc_pipe.cxx b/io/source/acceptor/acc_pipe.cxx index 06570022aebc..a6e3bc6a8959 100644 --- a/io/source/acceptor/acc_pipe.cxx +++ b/io/source/acceptor/acc_pipe.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "osl/security.hxx" +#include <osl/security.hxx> #include "acceptor.hxx" #include <com/sun/star/connection/ConnectionSetupException.hpp> #include <com/sun/star/io/IOException.hpp> diff --git a/io/source/acceptor/acceptor.cxx b/io/source/acceptor/acceptor.cxx index 7dc047a13fb3..126fe95bf60a 100644 --- a/io/source/acceptor/acceptor.cxx +++ b/io/source/acceptor/acceptor.cxx @@ -25,8 +25,8 @@ #include <cppuhelper/implbase.hxx> #include <cppuhelper/implementationentry.hxx> #include <cppuhelper/supportsservice.hxx> -#include "cppuhelper/unourl.hxx" -#include "rtl/malformeduriexception.hxx" +#include <cppuhelper/unourl.hxx> +#include <rtl/malformeduriexception.hxx> #include <com/sun/star/connection/AlreadyAcceptingException.hpp> #include <com/sun/star/connection/ConnectionSetupException.hpp> @@ -34,7 +34,7 @@ #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include "services.hxx" +#include <services.hxx> #include "acceptor.hxx" #define IMPLEMENTATION_NAME "com.sun.star.comp.io.Acceptor" diff --git a/io/source/connector/connector.cxx b/io/source/connector/connector.cxx index 8c6f2fe54776..38763906527e 100644 --- a/io/source/connector/connector.cxx +++ b/io/source/connector/connector.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "osl/security.hxx" +#include <osl/security.hxx> #include <uno/mapping.hxx> @@ -25,8 +25,8 @@ #include <cppuhelper/implbase.hxx> #include <cppuhelper/implementationentry.hxx> #include <cppuhelper/supportsservice.hxx> -#include "cppuhelper/unourl.hxx" -#include "rtl/malformeduriexception.hxx" +#include <cppuhelper/unourl.hxx> +#include <rtl/malformeduriexception.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> @@ -34,7 +34,7 @@ #include <com/sun/star/connection/NoConnectException.hpp> #include <com/sun/star/connection/XConnector.hpp> -#include "services.hxx" +#include <services.hxx> #include "connector.hxx" #define IMPLEMENTATION_NAME "com.sun.star.comp.io.Connector" diff --git a/io/source/services.hxx b/io/source/services.hxx index ff7d9ff0cb87..479ac31a698b 100644 --- a/io/source/services.hxx +++ b/io/source/services.hxx @@ -20,12 +20,12 @@ #ifndef INCLUDED_IO_SOURCE_SERVICES_HXX #define INCLUDED_IO_SOURCE_SERVICES_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <rtl/ustring.hxx> +#include <sal/types.h> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; diff --git a/io/source/stm/odata.cxx b/io/source/stm/odata.cxx index 47a3694407ae..f25dd8dbbdb2 100644 --- a/io/source/stm/odata.cxx +++ b/io/source/stm/odata.cxx @@ -45,7 +45,7 @@ using namespace ::com::sun::star::io; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; -#include "services.hxx" +#include <services.hxx> namespace io_stm { diff --git a/io/source/stm/omark.cxx b/io/source/stm/omark.cxx index 4066a8a5e3c3..7792e548c66b 100644 --- a/io/source/stm/omark.cxx +++ b/io/source/stm/omark.cxx @@ -51,7 +51,7 @@ using namespace ::com::sun::star::io; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; -#include "services.hxx" +#include <services.hxx> #include "streamhelper.hxx" namespace io_stm { diff --git a/io/source/stm/opipe.cxx b/io/source/stm/opipe.cxx index c71954696150..a382f41304c8 100644 --- a/io/source/stm/opipe.cxx +++ b/io/source/stm/opipe.cxx @@ -44,7 +44,7 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::io; using namespace ::com::sun::star::lang; -#include "services.hxx" +#include <services.hxx> #include "streamhelper.hxx" // Implementation and service names diff --git a/io/source/stm/opump.cxx b/io/source/stm/opump.cxx index e7d5bf758b43..0f2bc2422a7a 100644 --- a/io/source/stm/opump.cxx +++ b/io/source/stm/opump.cxx @@ -51,7 +51,7 @@ using namespace com::sun::star::lang; using namespace com::sun::star::registry; using namespace com::sun::star::io; -#include "services.hxx" +#include <services.hxx> namespace io_stm { |