[Libreoffice-commits] core.git: include/sot
Stephan Bergmann
sbergman at redhat.com
Thu May 7 02:34:02 PDT 2015
include/sot/storage.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 65ab049bcfc60657bcd0f285b83851479fc8b619
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu May 7 11:33:32 2015 +0200
error: class 'SotStorage' is implicitly friends with itself
Change-Id: Id05657c866f872846676bb8d8c7ab009292569ab
diff --git a/include/sot/storage.hxx b/include/sot/storage.hxx
index 8c31ee2..0850bde 100644
--- a/include/sot/storage.hxx
+++ b/include/sot/storage.hxx
@@ -85,7 +85,6 @@ class UNOStorageHolder;
class SOT_DLLPUBLIC SotStorage : virtual public SotObject
{
friend class SotStorageStream;
-friend class SotStorage;
BaseStorage * m_pOwnStg; // target storage
SvStream * m_pStorStm; // only for SDSTORAGES
More information about the Libreoffice-commits
mailing list