summaryrefslogtreecommitdiff
path: root/include/tools/stream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/stream.hxx')
-rw-r--r--include/tools/stream.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx
index a75341eb107c..c31bc8cc19da 100644
--- a/include/tools/stream.hxx
+++ b/include/tools/stream.hxx
@@ -138,21 +138,6 @@ public:
typedef tools::SvRef<SvLockBytes> SvLockBytesRef;
-// SvOpenLockBytes
-
-class TOOLS_DLLPUBLIC SvOpenLockBytes: public SvLockBytes
-{
-public:
-
- SvOpenLockBytes() : SvLockBytes(nullptr, false) {}
- SvOpenLockBytes(SvStream * pStream, bool bOwner):
- SvLockBytes(pStream, bOwner) {}
-
- virtual ErrCode FillAppend(const void * pBuffer, sal_Size nCount,
- sal_Size * pWritten) = 0;
-};
-
-
// SvStream
class TOOLS_DLLPUBLIC SvStream