diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-10-11 18:21:11 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-10-27 13:59:10 +0100 |
commit | 20635ed90b2f684757c480b3cff70547a0e06363 (patch) | |
tree | 74c9ce05217df1d7839a3013aa832137b8775a95 /include/sfx2 | |
parent | 7e89e2827489d0b3bbd488f6c9e5a9e7e404d732 (diff) |
Reduce scope of #include <tools/stream.hxx>
Change-Id: I0752cbb0cb2e0f89607d81d9eda7ce7091449fd6
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/frmhtmlw.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/mnumgr.hxx | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/sfx2/frmhtmlw.hxx b/include/sfx2/frmhtmlw.hxx index e8de3ce05cd4..6e8161b1d9a1 100644 --- a/include/sfx2/frmhtmlw.hxx +++ b/include/sfx2/frmhtmlw.hxx @@ -26,12 +26,12 @@ #include <sfx2/frmdescr.hxx> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/beans/XPropertySet.hpp> -#include <tools/stream.hxx> #include <svtools/parhtml.hxx> #include <svtools/htmlout.hxx> #include <svtools/htmlkywd.hxx> class SfxFrame; +class SvStream; namespace com { namespace sun { namespace star { namespace document { diff --git a/include/sfx2/mnumgr.hxx b/include/sfx2/mnumgr.hxx index 57dc874ab781..2adb619d9f28 100644 --- a/include/sfx2/mnumgr.hxx +++ b/include/sfx2/mnumgr.hxx @@ -25,7 +25,6 @@ #include <com/sun/star/embed/VerbDescriptor.hpp> #include <com/sun/star/uno/Sequence.hxx> -#include <tools/stream.hxx> #include <tools/resid.hxx> #include <sfx2/sfx.hrc> |