diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-11-08 16:25:37 -0600 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-11-09 07:58:02 +0000 |
commit | 060219ac1a2350cfe89d5415b925dca8150f864d (patch) | |
tree | b708135a25bd5e32673e29eaef9abe785c2ad200 /sot | |
parent | 325ac9d353057767da9648fab332eac9c4a6ef0c (diff) |
binfilter.die.die.die
Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3
Reviewed-on: https://gerrit.libreoffice.org/1014
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'sot')
-rw-r--r-- | sot/inc/sot/storage.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sot/inc/sot/storage.hxx b/sot/inc/sot/storage.hxx index 33fb03028283..012799069fea 100644 --- a/sot/inc/sot/storage.hxx +++ b/sot/inc/sot/storage.hxx @@ -43,10 +43,7 @@ typedef short StorageMode; class SvStorage; -namespace binfilter -{ - class SvStorage; -} + /************************************************************************* *************************************************************************/ @@ -101,7 +98,6 @@ class SOT_DLLPUBLIC SotStorage : virtual public SotObject { friend class SotStorageStream; friend class SvStorage; -friend class ::binfilter::SvStorage; BaseStorage * m_pTmpStg; // Temp-Storage fuer Transacted, nur auf diesem schreiben! ??? Useless ??? BaseStorage * m_pOwnStg; // Zielstorage |