diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-03-29 01:24:43 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-03-29 02:03:07 +0100 |
commit | 15006df5bdce7d06ee5c3ecd2f1618ce3dc6124c (patch) | |
tree | 9ff11c498e2f912a30bbc8f87983b247c929c519 /include/svl/instrm.hxx | |
parent | 1258b576aef2ff3cdd4f44e1c03edb8c862a79f6 (diff) |
tools: remove unused SvStream::IsA() and associated ID_*STREAM macros
Change-Id: I6ed0991fb5bd1d5085ee1b93323b57b1afc69860
Diffstat (limited to 'include/svl/instrm.hxx')
-rw-r--r-- | include/svl/instrm.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svl/instrm.hxx b/include/svl/instrm.hxx index 441238f1382e..9571e54a57fa 100644 --- a/include/svl/instrm.hxx +++ b/include/svl/instrm.hxx @@ -61,8 +61,6 @@ public: virtual ~SvInputStream(); - virtual sal_uInt16 IsA() const SAL_OVERRIDE; - virtual void AddMark(sal_uLong nPos); virtual void RemoveMark(sal_uLong nPos); |