diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-03-18 12:41:05 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-19 07:38:49 +0100 |
commit | b2147abdf6dd82096fb4441e97090ed00a21e985 (patch) | |
tree | 8041add0d4fa6c55309eff8334762530ab406a39 /reportdesign/source | |
parent | 7be3dfa4b4705725be4987beeb79dbe5f6a4edae (diff) |
remove unused ucbstreamhelper includes
and a few vclunohelper includes
Change-Id: I4803605766d155fe5044c2a65c0444631146831c
Reviewed-on: https://gerrit.libreoffice.org/51496
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'reportdesign/source')
-rw-r--r-- | reportdesign/source/filter/xml/xmlExport.hxx | 1 | ||||
-rw-r--r-- | reportdesign/source/filter/xml/xmlfilter.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/reportdesign/source/filter/xml/xmlExport.hxx b/reportdesign/source/filter/xml/xmlExport.hxx index d082c7d9bf6f..41315bcd2906 100644 --- a/reportdesign/source/filter/xml/xmlExport.hxx +++ b/reportdesign/source/filter/xml/xmlExport.hxx @@ -37,7 +37,6 @@ #include <osl/diagnose.h> #include <unotools/tempfile.hxx> #include <unotools/localfilehelper.hxx> -#include <unotools/ucbstreamhelper.hxx> #include <xmloff/xmlexp.hxx> #include <xmloff/xmlimp.hxx> #include <com/sun/star/uno/XComponentContext.hpp> diff --git a/reportdesign/source/filter/xml/xmlfilter.hxx b/reportdesign/source/filter/xml/xmlfilter.hxx index 6ecf8f061130..4f60c0ce4f6c 100644 --- a/reportdesign/source/filter/xml/xmlfilter.hxx +++ b/reportdesign/source/filter/xml/xmlfilter.hxx @@ -33,7 +33,6 @@ #include <osl/diagnose.h> #include <unotools/tempfile.hxx> #include <unotools/localfilehelper.hxx> -#include <unotools/ucbstreamhelper.hxx> #include <xmloff/xmlimp.hxx> #include <comphelper/sequence.hxx> #include <com/sun/star/uno/XComponentContext.hpp> |