diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:28:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:48 +0200 |
commit | 7bd70488cdfbd3ebca9e4151b9731a020e80db95 (patch) | |
tree | ae2532cd4a86d40b7a85d2c3238d9cdc3d0789c2 /unotools/source/ucbhelper/ucbstreamhelper.cxx | |
parent | 9c9e5fd4d4e3a70b7eaca37654d3fb65808d4f59 (diff) |
loplugin:includeform: unotools
Change-Id: I019d7fefcd83b306a1847ae4a7ec581435412fc4
Diffstat (limited to 'unotools/source/ucbhelper/ucbstreamhelper.cxx')
-rw-r--r-- | unotools/source/ucbhelper/ucbstreamhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/ucbhelper/ucbstreamhelper.cxx b/unotools/source/ucbhelper/ucbstreamhelper.cxx index 2dc622643ee7..63260f632b91 100644 --- a/unotools/source/ucbhelper/ucbstreamhelper.cxx +++ b/unotools/source/ucbhelper/ucbstreamhelper.cxx @@ -30,7 +30,7 @@ #include <comphelper/simplefileaccessinteraction.hxx> #include <ucbhelper/content.hxx> #include <unotools/streamwrap.hxx> -#include <ucblockbytes.hxx> +#include "ucblockbytes.hxx" using namespace ::com::sun::star::uno; using namespace ::com::sun::star::io; |