View | Details | Raw Unified | Return to issue 9073
Collapse All | Expand All

(-)storage.hxx (-1 / +1 lines)
Lines 105-111 Link Here
105
class BaseStorageStream;
105
class BaseStorageStream;
106
class SotStorageStream : virtual public SotObject, public SvStream
106
class SotStorageStream : virtual public SotObject, public SvStream
107
{
107
{
108
friend SotStorage;
108
friend class SotStorage;
109
friend class ImpStream;
109
friend class ImpStream;
110
    BaseStorageStream * pOwnStm;// Zeiger auf den eigenen Stream
110
    BaseStorageStream * pOwnStm;// Zeiger auf den eigenen Stream
111
protected:
111
protected:

Return to issue 9073