From fd9d9976bf346929d872db0e5d8abc4180c9996c Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Fri, 16 Oct 2015 17:15:50 -0500 Subject: fix includes that are not stand-alone includes should be able to be included on their own fix some of the ones that do not respect that rule. Change-Id: Id161224a1978461d3cea43252f232f18888a4f61 Reviewed-on: https://gerrit.libreoffice.org/19612 Tested-by: Jenkins Reviewed-by: Norbert Thiebaud --- include/filter/msfilter/msocximex.hxx | 1 + include/filter/msfilter/svdfppt.hxx | 1 + include/filter/msfilter/svxmsbas.hxx | 10 ++++++---- 3 files changed, 8 insertions(+), 4 deletions(-) (limited to 'include/filter') diff --git a/include/filter/msfilter/msocximex.hxx b/include/filter/msfilter/msocximex.hxx index 9bc8f9aa3c1a..755dfe5ae8a0 100644 --- a/include/filter/msfilter/msocximex.hxx +++ b/include/filter/msfilter/msocximex.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_FILTER_MSFILTER_MSOCXIMEX_HXX #define INCLUDED_FILTER_MSFILTER_MSOCXIMEX_HXX +#include #include namespace com{namespace sun{namespace star{ diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx index 752b99240e3d..bd37a8e7107f 100644 --- a/include/filter/msfilter/svdfppt.hxx +++ b/include/filter/msfilter/svdfppt.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_FILTER_MSFILTER_SVDFPPT_HXX #define INCLUDED_FILTER_MSFILTER_SVDFPPT_HXX +#include #include #include #include diff --git a/include/filter/msfilter/svxmsbas.hxx b/include/filter/msfilter/svxmsbas.hxx index 312e18c87b11..5b549d29ac20 100644 --- a/include/filter/msfilter/svxmsbas.hxx +++ b/include/filter/msfilter/svxmsbas.hxx @@ -20,14 +20,16 @@ #ifndef INCLUDED_FILTER_MSFILTER_SVXMSBAS_HXX #define INCLUDED_FILTER_MSFILTER_SVXMSBAS_HXX -#include -#include - #include #include +#include +#include +#include +#include +#include + class SfxObjectShell; -class SotStorage; /* Construct with the root storage of the MS document, with bImportCode * set the visual basic code will be imported into the stardocument when Import -- cgit