summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/activedatasink.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/client/activedatasink.cxx')
-rw-r--r--ucbhelper/source/client/activedatasink.cxx38
1 files changed, 19 insertions, 19 deletions
diff --git a/ucbhelper/source/client/activedatasink.cxx b/ucbhelper/source/client/activedatasink.cxx
index f7a844eee3b4..11ba985e6170 100644
--- a/ucbhelper/source/client/activedatasink.cxx
+++ b/ucbhelper/source/client/activedatasink.cxx
@@ -30,39 +30,39 @@ using namespace com::sun::star;
namespace ucbhelper
{
-//=========================================================================
-//=========================================================================
-//
+
+
+
// ActiveDataSink Implementation.
-//
-//=========================================================================
-//=========================================================================
-//=========================================================================
-//
+
+
+
+
+
// XInterface methods
-//
-//=========================================================================
+
+
XINTERFACE_IMPL_2( ActiveDataSink,
lang::XTypeProvider,
io::XActiveDataSink );
-//=========================================================================
-//
+
+
// XTypeProvider methods
-//
-//=========================================================================
+
+
XTYPEPROVIDER_IMPL_2( ActiveDataSink,
lang::XTypeProvider,
io::XActiveDataSink );
-//=========================================================================
-//
+
+
// XActiveDataSink methods.
-//
-//=========================================================================
+
+
// virtual
void SAL_CALL ActiveDataSink::setInputStream(
@@ -72,7 +72,7 @@ void SAL_CALL ActiveDataSink::setInputStream(
m_xStream = aStream;
}
-//=========================================================================
+
// virtual
uno::Reference< io::XInputStream > SAL_CALL ActiveDataSink::getInputStream()
throw( uno::RuntimeException )