summaryrefslogtreecommitdiffstats
path: root/xmlhelp/source/cxxhelp/inc/util/RandomAccessStream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/inc/util/RandomAccessStream.hxx')
-rw-r--r--xmlhelp/source/cxxhelp/inc/util/RandomAccessStream.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/util/RandomAccessStream.hxx b/xmlhelp/source/cxxhelp/inc/util/RandomAccessStream.hxx
index f536a017ba81..efcebc85a830 100644
--- a/xmlhelp/source/cxxhelp/inc/util/RandomAccessStream.hxx
+++ b/xmlhelp/source/cxxhelp/inc/util/RandomAccessStream.hxx
@@ -33,11 +33,11 @@ namespace xmlsearch {
virtual ~RandomAccessStream() { };
// The calle is responsible for allocating the buffer
- virtual void seek( sal_Int32 ) = 0;
- virtual sal_Int32 readBytes( sal_Int8*,sal_Int32 ) = 0;
- virtual void writeBytes( sal_Int8*, sal_Int32 ) = 0;
- virtual sal_Int32 length() = 0;
- virtual void close() = 0;
+ ;
+ ;
+ ;
+ ;
+ ;
protected: