summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-03-29 01:24:43 +0100
committerMichael Stahl <mstahl@redhat.com>2014-03-29 02:03:07 +0100
commit15006df5bdce7d06ee5c3ecd2f1618ce3dc6124c (patch)
tree9ff11c498e2f912a30bbc8f87983b247c929c519 /svl
parent1258b576aef2ff3cdd4f44e1c03edb8c862a79f6 (diff)
tools: remove unused SvStream::IsA() and associated ID_*STREAM macros
Change-Id: I6ed0991fb5bd1d5085ee1b93323b57b1afc69860
Diffstat (limited to 'svl')
-rw-r--r--svl/source/misc/strmadpt.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/svl/source/misc/strmadpt.cxx b/svl/source/misc/strmadpt.cxx
index 7746ec659ddb..03beb02370b2 100644
--- a/svl/source/misc/strmadpt.cxx
+++ b/svl/source/misc/strmadpt.cxx
@@ -647,12 +647,6 @@ SvInputStream::~SvInputStream()
}
// virtual
-sal_uInt16 SvInputStream::IsA() const
-{
- return 0;
-}
-
-// virtual
void SvInputStream::AddMark(sal_uLong nPos)
{
if (open() && m_pPipe)
@@ -763,12 +757,6 @@ SvOutputStream::~SvOutputStream()
}
}
-// virtual
-sal_uInt16 SvOutputStream::IsA() const
-{
- return 0;
-}
-
// SvDataPipe_Impl