summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-05-25 16:46:41 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-05-25 16:47:23 +0200
commitc77918bb03974ff9be90c889f77e62ea0755052f (patch)
treecf0b67ec92ded896066eeb341d9119087631887b /sot
parent3f250092747263fb14a3f13c4509ebd02ec2fb2a (diff)
Revert "Make SotStorage and SotStorageStream dtors public"
Diffstat (limited to 'sot')
-rw-r--r--sot/inc/sot/storage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sot/inc/sot/storage.hxx b/sot/inc/sot/storage.hxx
index 7f4a563c27c5..925ae42f89c1 100644
--- a/sot/inc/sot/storage.hxx
+++ b/sot/inc/sot/storage.hxx
@@ -71,13 +71,13 @@ protected:
virtual sal_uLong PutData( const void* pData, sal_uLong nSize );
virtual sal_uLong SeekPos( sal_uLong nPos );
virtual void FlushData();
+ ~SotStorageStream();
public:
SotStorageStream( const String &,
StreamMode = STREAM_STD_READWRITE,
StorageMode = 0 );
SotStorageStream( BaseStorageStream *pStm );
SotStorageStream();
- ~SotStorageStream();
SO2_DECL_BASIC_CLASS_DLL(SotStorageStream,SOTDATA())
using SvStream::SyncSvStream;
@@ -128,9 +128,9 @@ friend class ::binfilter::SvStorage;
long m_nVersion;
protected:
+ ~SotStorage();
void CreateStorage( sal_Bool bUCBStorage, StreamMode, StorageMode );
public:
- ~SotStorage();
SotStorage( const String &,
StreamMode = STREAM_STD_READWRITE,
StorageMode = 0 );