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 | |
parent | 1258b576aef2ff3cdd4f44e1c03edb8c862a79f6 (diff) |
tools: remove unused SvStream::IsA() and associated ID_*STREAM macros
Change-Id: I6ed0991fb5bd1d5085ee1b93323b57b1afc69860
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/instrm.hxx | 2 | ||||
-rw-r--r-- | include/svl/outstrm.hxx | 2 |
2 files changed, 0 insertions, 4 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); diff --git a/include/svl/outstrm.hxx b/include/svl/outstrm.hxx index a0bea052689b..f41b9ac015c2 100644 --- a/include/svl/outstrm.hxx +++ b/include/svl/outstrm.hxx @@ -50,8 +50,6 @@ public: rTheStream); virtual ~SvOutputStream(); - - virtual sal_uInt16 IsA() const SAL_OVERRIDE; }; #endif // INCLUDED_SVL_OUTSTRM_HXX |