diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:29:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:49 +0200 |
commit | 310ce51340c2d64c4bb148caea2c01cf3f83a4b7 (patch) | |
tree | cbe68a39e7720bc07db2a8f2f7f044f36d3b6525 /ucb/source/ucp/file/filglob.cxx | |
parent | 0b8e2033339fd2f6e00e4ab9c735307740586ec3 (diff) |
loplugin:includeform: ucb
Change-Id: Ifa5d2d7c4a8f9464dfcfea7f50e8a6a79043be08
Diffstat (limited to 'ucb/source/ucp/file/filglob.cxx')
-rw-r--r-- | ucb/source/ucp/file/filglob.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ucb/source/ucp/file/filglob.cxx b/ucb/source/ucp/file/filglob.cxx index 04bf98cce9c0..fce29672b555 100644 --- a/ucb/source/ucp/file/filglob.cxx +++ b/ucb/source/ucp/file/filglob.cxx @@ -34,16 +34,16 @@ #include <com/sun/star/ucb/NameClashException.hpp> #include <com/sun/star/ucb/InteractiveBadTransferURLException.hpp> #include <com/sun/star/ucb/UnsupportedNameClashException.hpp> -#include "com/sun/star/beans/PropertyState.hpp" -#include "com/sun/star/beans/PropertyValue.hpp" +#include <com/sun/star/beans/PropertyState.hpp> +#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/ucb/InteractiveAugmentedIOException.hpp> -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "osl/diagnose.h" -#include "rtl/ustrbuf.hxx" +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <osl/diagnose.h> +#include <rtl/ustrbuf.hxx> #include <rtl/uri.hxx> #include <rtl/ustring.hxx> -#include "sal/types.h" +#include <sal/types.h> using namespace ucbhelper; using namespace osl; |