summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-10-11 18:21:11 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-10-27 13:59:10 +0100
commit20635ed90b2f684757c480b3cff70547a0e06363 (patch)
tree74c9ce05217df1d7839a3013aa832137b8775a95 /idl
parent7e89e2827489d0b3bbd488f6c9e5a9e7e404d732 (diff)
Reduce scope of #include <tools/stream.hxx>
Change-Id: I0752cbb0cb2e0f89607d81d9eda7ce7091449fd6
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/bastype.hxx2
-rw-r--r--idl/source/objects/bastype.cxx1
2 files changed, 2 insertions, 1 deletions
diff --git a/idl/inc/bastype.hxx b/idl/inc/bastype.hxx
index 36b957e46e5d..04335fd0e42c 100644
--- a/idl/inc/bastype.hxx
+++ b/idl/inc/bastype.hxx
@@ -23,10 +23,10 @@
#include <sal/types.h>
#include <tools/globname.hxx>
-#include <tools/stream.hxx>
class SvStringHashEntry;
class SvIdlDataBase;
+class SvStream;
class SvTokenStream;
class Svint
diff --git a/idl/source/objects/bastype.cxx b/idl/source/objects/bastype.cxx
index 1d3d07032ad2..2f7adacef928 100644
--- a/idl/source/objects/bastype.cxx
+++ b/idl/source/objects/bastype.cxx
@@ -26,6 +26,7 @@
#include <hash.hxx>
#include <database.hxx>
#include <osl/diagnose.h>
+#include <tools/stream.hxx>
static bool ReadRangeSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm,
sal_uLong nMin, sal_uLong nMax, sal_uLong* pValue )