summaryrefslogtreecommitdiff
path: root/io/source/stm/odata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/stm/odata.cxx')
-rw-r--r--io/source/stm/odata.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/io/source/stm/odata.cxx b/io/source/stm/odata.cxx
index 0ba3e2bc6c5e..64e1800af279 100644
--- a/io/source/stm/odata.cxx
+++ b/io/source/stm/odata.cxx
@@ -62,7 +62,6 @@ public:
{
}
- virtual ~ODataInputStream() override;
public: // XInputStream
virtual sal_Int32 SAL_CALL readBytes(Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead)
throw ( NotConnectedException,
@@ -117,10 +116,6 @@ protected:
bool m_bValidStream;
};
-ODataInputStream::~ODataInputStream()
-{
-}
-
// XInputStream
sal_Int32 ODataInputStream::readBytes(Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead)
throw ( NotConnectedException,
@@ -498,7 +493,6 @@ public:
: m_bValidStream( false )
{
}
- virtual ~ODataOutputStream() override;
public: // XOutputStream
virtual void SAL_CALL writeBytes(const Sequence< sal_Int8 >& aData)
@@ -552,11 +546,6 @@ protected:
bool m_bValidStream;
};
-ODataOutputStream::~ODataOutputStream()
-{
-}
-
-
// XOutputStream
void ODataOutputStream::writeBytes(const Sequence< sal_Int8 >& aData)
throw ( NotConnectedException,
@@ -908,8 +897,6 @@ public:
{
}
- virtual ~OObjectOutputStream() override;
-
public:
// XOutputStream
virtual void SAL_CALL writeBytes(const Sequence< sal_Int8 >& aData)
@@ -976,10 +963,6 @@ private:
bool m_bValidMarkable;
};
-OObjectOutputStream::~OObjectOutputStream()
-{
-}
-
void OObjectOutputStream::writeObject( const Reference< XPersistObject > & xPObj ) throw (css::io::IOException, css::uno::RuntimeException, std::exception)
{
@@ -1171,7 +1154,6 @@ public:
, m_bValidMarkable(false)
{
}
- virtual ~OObjectInputStream() override;
public: // XInputStream
virtual sal_Int32 SAL_CALL readBytes(Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead)
@@ -1250,10 +1232,6 @@ private:
};
-OObjectInputStream::~OObjectInputStream()
-{
-}
-
Reference< XPersistObject > OObjectInputStream::readObject() throw (css::io::IOException, css::uno::RuntimeException, std::exception)
{
// check if chain contains a XMarkableStream