summaryrefslogtreecommitdiff
path: root/include/unotools/streamwrap.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 19:45:36 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 19:45:36 +0300
commit49ccde0d3d3edaac9473f915011a501058e64002 (patch)
tree1dcb8a25647eff7f740df8b0b8f589696e87f06d /include/unotools/streamwrap.hxx
parentf4e8d2ad0e591b87d2c221761363a3042628d5ff (diff)
Kill superfluous vertical whitespace
Change-Id: Idadfa4d215cb4b789d4949ce850bbb13016350c6
Diffstat (limited to 'include/unotools/streamwrap.hxx')
-rw-r--r--include/unotools/streamwrap.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/unotools/streamwrap.hxx b/include/unotools/streamwrap.hxx
index e6e536ba5502..c52d09e68e85 100644
--- a/include/unotools/streamwrap.hxx
+++ b/include/unotools/streamwrap.hxx
@@ -37,7 +37,6 @@ namespace utl
namespace stario = ::com::sun::star::io;
namespace staruno = ::com::sun::star::uno;
-
//= OInputStreamWrapper
typedef ::cppu::WeakImplHelper1 < stario::XInputStream
@@ -74,7 +73,6 @@ protected:
void checkError() const;
};
-
//= OSeekableInputStreamWrapper
typedef ::cppu::ImplHelper1 < ::com::sun::star::io::XSeekable
@@ -96,7 +94,6 @@ public:
virtual sal_Int64 SAL_CALL getLength( ) throw (::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};
-
//= OOutputStreamWrapper
typedef ::cppu::WeakImplHelper1<stario::XOutputStream> OutputStreamWrapper_Base;
@@ -121,7 +118,6 @@ protected:
SvStream& rStream;
};
-
//= OSeekableOutputStreamWrapper
typedef ::cppu::ImplHelper1 < ::com::sun::star::io::XSeekable