diff options
Diffstat (limited to 'sot')
-rw-r--r-- | sot/inc/sot/storage.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sot/inc/sot/storage.hxx b/sot/inc/sot/storage.hxx index 2a8210213ce2..7f975661fb78 100644 --- a/sot/inc/sot/storage.hxx +++ b/sot/inc/sot/storage.hxx @@ -55,7 +55,6 @@ class BaseStorageStream; class SOT_DLLPUBLIC SotStorageStream : virtual public SotObject, public SvStream { friend class SotStorage; -friend class ImpStream; BaseStorageStream * pOwnStm;// Zeiger auf den eigenen Stream protected: virtual sal_uLong GetData( void* pData, sal_uLong nSize ); |