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 /sfx2/source | |
parent | 7e89e2827489d0b3bbd488f6c9e5a9e7e404d732 (diff) |
Reduce scope of #include <tools/stream.hxx>
Change-Id: I0752cbb0cb2e0f89607d81d9eda7ce7091449fd6
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/bastyp/frmhtmlw.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/bastyp/frmhtmlw.cxx b/sfx2/source/bastyp/frmhtmlw.cxx index 568c380fcf71..323574084e5b 100644 --- a/sfx2/source/bastyp/frmhtmlw.cxx +++ b/sfx2/source/bastyp/frmhtmlw.cxx @@ -24,6 +24,7 @@ #include <unotools/configmgr.hxx> #include <svl/urihelper.hxx> #include <tools/datetime.hxx> +#include <tools/stream.hxx> #include <sfx2/frmhtmlw.hxx> #include <sfx2/evntconf.hxx> |