summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJorenz Paragas <j.paragas.237@gmail.com>2016-05-11 22:02:58 -0700
committerNoel Grandin <noelgrandin@gmail.com>2016-05-13 10:05:35 +0000
commit96d5516429bc1846fc6cf7119590f7b05a65eef8 (patch)
tree53f90584b5b07dd92485d3cf507bfcd71e1844fb /sc
parentdbdd303ab1cba5bb094aba086196c89811e7b835 (diff)
tdf#42949: clean up includes in include/oox/ole with iwyu
Change-Id: I9cbdc78b540b0f735c451ac561f0f0ccdaf7efbd Reviewed-on: https://gerrit.libreoffice.org/24911 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/inc/excelhandlers.hxx1
-rw-r--r--sc/source/filter/oox/drawingfragment.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/filter/inc/excelhandlers.hxx b/sc/source/filter/inc/excelhandlers.hxx
index 5763aec7cf07..17c6ed69e7ea 100644
--- a/sc/source/filter/inc/excelhandlers.hxx
+++ b/sc/source/filter/inc/excelhandlers.hxx
@@ -21,6 +21,7 @@
#define INCLUDED_SC_SOURCE_FILTER_INC_EXCELHANDLERS_HXX
#include <oox/core/fragmenthandler2.hxx>
+#include <oox/helper/binaryinputstream.hxx>
#include "worksheethelper.hxx"
namespace oox {
diff --git a/sc/source/filter/oox/drawingfragment.cxx b/sc/source/filter/oox/drawingfragment.cxx
index 91c68bcc95b9..7c220930ad13 100644
--- a/sc/source/filter/oox/drawingfragment.cxx
+++ b/sc/source/filter/oox/drawingfragment.cxx
@@ -25,6 +25,7 @@
#include <com/sun/star/container/XNameReplace.hpp>
#include <com/sun/star/document/XEventsSupplier.hpp>
#include <com/sun/star/drawing/XControlShape.hpp>
+#include <com/sun/star/drawing/XShapes.hpp>
#include <com/sun/star/script/ScriptEventDescriptor.hpp>
#include <com/sun/star/script/XEventAttacherManager.hpp>
#include <rtl/strbuf.hxx>