diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:31:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:52 +0200 |
commit | d6d5da3a5e490189ce7656df47d68da55472cb46 (patch) | |
tree | e29e3e53c313402bf13ac9b6badbb5b578df05c4 /sot | |
parent | ff77d83afd9558f2750ab46e6fc4e1fe426c1b43 (diff) |
loplugin:includeform: sot
Change-Id: Ibdc9e9d2f9912172fe18a960fb67c874585ec09a
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/stg.cxx | 2 | ||||
-rw-r--r-- | sot/source/sdstor/stgcache.cxx | 2 | ||||
-rw-r--r-- | sot/source/sdstor/stgcache.hxx | 2 | ||||
-rw-r--r-- | sot/source/sdstor/stgdir.cxx | 2 | ||||
-rw-r--r-- | sot/source/sdstor/stgelem.cxx | 2 | ||||
-rw-r--r-- | sot/source/sdstor/stgio.cxx | 2 | ||||
-rw-r--r-- | sot/source/sdstor/stgio.hxx | 4 | ||||
-rw-r--r-- | sot/source/sdstor/stgole.cxx | 4 | ||||
-rw-r--r-- | sot/source/sdstor/stgole.hxx | 2 | ||||
-rw-r--r-- | sot/source/sdstor/stgstrms.cxx | 2 | ||||
-rw-r--r-- | sot/source/sdstor/ucbstorage.cxx | 4 |
11 files changed, 14 insertions, 14 deletions
diff --git a/sot/source/sdstor/stg.cxx b/sot/source/sdstor/stg.cxx index f82cd30d5e80..fc004e6df9aa 100644 --- a/sot/source/sdstor/stg.cxx +++ b/sot/source/sdstor/stg.cxx @@ -25,7 +25,7 @@ #include <tools/stream.hxx> #include <tools/debug.hxx> -#include "sot/stg.hxx" +#include <sot/stg.hxx> #include "stgelem.hxx" #include "stgcache.hxx" #include "stgstrms.hxx" diff --git a/sot/source/sdstor/stgcache.cxx b/sot/source/sdstor/stgcache.cxx index fb6cf1e40e75..7dd4a73d7bb5 100644 --- a/sot/source/sdstor/stgcache.cxx +++ b/sot/source/sdstor/stgcache.cxx @@ -22,7 +22,7 @@ #include <osl/diagnose.h> #include <tools/solar.h> -#include "sot/stg.hxx" +#include <sot/stg.hxx> #include "stgelem.hxx" #include "stgcache.hxx" #include "stgstrms.hxx" diff --git a/sot/source/sdstor/stgcache.hxx b/sot/source/sdstor/stgcache.hxx index c06e3848b363..8698efd66b05 100644 --- a/sot/source/sdstor/stgcache.hxx +++ b/sot/source/sdstor/stgcache.hxx @@ -24,7 +24,7 @@ #include <rtl/ref.hxx> #include <tools/solar.h> #include <tools/stream.hxx> -#include <stgelem.hxx> +#include "stgelem.hxx" #include <salhelper/simplereferenceobject.hxx> #include <memory> diff --git a/sot/source/sdstor/stgdir.cxx b/sot/source/sdstor/stgdir.cxx index 7bcae2f707c8..8c2a6d6be846 100644 --- a/sot/source/sdstor/stgdir.cxx +++ b/sot/source/sdstor/stgdir.cxx @@ -20,7 +20,7 @@ #include <string.h> -#include "sot/stg.hxx" +#include <sot/stg.hxx> #include "stgelem.hxx" #include "stgcache.hxx" #include "stgstrms.hxx" diff --git a/sot/source/sdstor/stgelem.cxx b/sot/source/sdstor/stgelem.cxx index a178ff45f603..7016a3a8f5f0 100644 --- a/sot/source/sdstor/stgelem.cxx +++ b/sot/source/sdstor/stgelem.cxx @@ -22,7 +22,7 @@ #include <rtl/ustring.hxx> #include <com/sun/star/lang/Locale.hpp> #include <unotools/charclass.hxx> -#include "sot/stg.hxx" +#include <sot/stg.hxx> #include "stgelem.hxx" #include "stgcache.hxx" #include "stgstrms.hxx" diff --git a/sot/source/sdstor/stgio.cxx b/sot/source/sdstor/stgio.cxx index 44b245f5f01d..f00595aeda7e 100644 --- a/sot/source/sdstor/stgio.cxx +++ b/sot/source/sdstor/stgio.cxx @@ -18,7 +18,7 @@ */ -#include "sot/stg.hxx" +#include <sot/stg.hxx> #include "stgelem.hxx" #include "stgcache.hxx" #include "stgstrms.hxx" diff --git a/sot/source/sdstor/stgio.hxx b/sot/source/sdstor/stgio.hxx index 3474b2829849..3511ad10be44 100644 --- a/sot/source/sdstor/stgio.hxx +++ b/sot/source/sdstor/stgio.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SOT_SOURCE_SDSTOR_STGIO_HXX #define INCLUDED_SOT_SOURCE_SDSTOR_STGIO_HXX -#include <stgcache.hxx> -#include <stgelem.hxx> +#include "stgcache.hxx" +#include "stgelem.hxx" #include <tools/link.hxx> #include <tools/solar.h> diff --git a/sot/source/sdstor/stgole.cxx b/sot/source/sdstor/stgole.cxx index 3ad9ece73664..c91d86120867 100644 --- a/sot/source/sdstor/stgole.cxx +++ b/sot/source/sdstor/stgole.cxx @@ -20,9 +20,9 @@ #include <memory> #include <algorithm> -#include "rtl/string.h" +#include <rtl/string.h> #include "stgole.hxx" -#include "sot/storinfo.hxx" +#include <sot/storinfo.hxx> #include <sot/exchange.hxx> #ifdef _MSC_VER diff --git a/sot/source/sdstor/stgole.hxx b/sot/source/sdstor/stgole.hxx index 2c0b057d8eb2..d75bc6c00321 100644 --- a/sot/source/sdstor/stgole.hxx +++ b/sot/source/sdstor/stgole.hxx @@ -23,7 +23,7 @@ #include <memory> #include <string.h> -#include "sot/stg.hxx" +#include <sot/stg.hxx> #include "stgelem.hxx" class StgInternalStream : public SvStream diff --git a/sot/source/sdstor/stgstrms.cxx b/sot/source/sdstor/stgstrms.cxx index 0933ba7d265e..0feebb3107cf 100644 --- a/sot/source/sdstor/stgstrms.cxx +++ b/sot/source/sdstor/stgstrms.cxx @@ -26,7 +26,7 @@ #include <unotools/tempfile.hxx> #include <set> -#include "sot/stg.hxx" +#include <sot/stg.hxx> #include "stgelem.hxx" #include "stgcache.hxx" #include "stgstrms.hxx" diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx index d66102a89c4f..ee92acc43a5c 100644 --- a/sot/source/sdstor/ucbstorage.cxx +++ b/sot/source/sdstor/ucbstorage.cxx @@ -58,8 +58,8 @@ #include <cppuhelper/implbase.hxx> #include <ucbhelper/commandenvironment.hxx> -#include "sot/stg.hxx" -#include "sot/storinfo.hxx" +#include <sot/stg.hxx> +#include <sot/storinfo.hxx> #include <sot/storage.hxx> #include <sot/exchange.hxx> #include <sot/formats.hxx> |