summaryrefslogtreecommitdiff
path: root/include/unotools/ucbstreamhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/ucbstreamhelper.hxx')
-rw-r--r--include/unotools/ucbstreamhelper.hxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/include/unotools/ucbstreamhelper.hxx b/include/unotools/ucbstreamhelper.hxx
index f037571fe212..fd0a8cd13bad 100644
--- a/include/unotools/ucbstreamhelper.hxx
+++ b/include/unotools/ucbstreamhelper.hxx
@@ -19,9 +19,6 @@
#ifndef INCLUDED_UNOTOOLS_UCBSTREAMHELPER_HXX
#define INCLUDED_UNOTOOLS_UCBSTREAMHELPER_HXX
-#include <com/sun/star/uno/Reference.hxx>
-#include <com/sun/star/io/XInputStream.hpp>
-#include <com/sun/star/io/XStream.hpp>
#include <unotools/unotoolsdllapi.h>
#include <tools/stream.hxx>
@@ -33,10 +30,6 @@ namespace com
{
namespace star
{
- namespace task
- {
- class XInteractionHandler;
- }
namespace io
{
class XStream;
@@ -45,11 +38,10 @@ namespace com
}
}
}
+namespace com { namespace sun { namespace star { namespace uno { template <typename > class Reference; } } } }
namespace utl
{
- class UcbLockBytesHandler;
-
class UNOTOOLS_DLLPUBLIC UcbStreamHelper
{
public: