From 060219ac1a2350cfe89d5415b925dca8150f864d Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Thu, 8 Nov 2012 16:25:37 -0600 Subject: binfilter.die.die.die Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3 Reviewed-on: https://gerrit.libreoffice.org/1014 Reviewed-by: Tor Lillqvist Tested-by: Tor Lillqvist --- sot/inc/sot/storage.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sot') 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 -- cgit