summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-03-12 12:21:37 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-03-12 12:21:37 +0000
commit54e083c197e7b5f2d5cd4f3894c0cb6666614f57 (patch)
tree87250e21a1b6856721ee4f9937a93f63a0691605 /sot
parentdb5e4d49a9b6a934326226c6603b08f914ed7c04 (diff)
INTEGRATION: CWS impresstables2 (1.3.30); FILE MERGED
2008/02/24 20:55:26 cl 1.3.30.2: #i68103# fixed solaris build error 2008/02/23 23:22:52 cl 1.3.30.1: added namespace binfilter to bf_svtools and bf_so3
Diffstat (limited to 'sot')
-rw-r--r--sot/inc/sot/storage.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/sot/inc/sot/storage.hxx b/sot/inc/sot/storage.hxx
index c4f4e14dc0bb..98c8838f9363 100644
--- a/sot/inc/sot/storage.hxx
+++ b/sot/inc/sot/storage.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: storage.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: ihi $ $Date: 2007-06-05 18:33:51 $
+ * last change: $Author: rt $ $Date: 2008-03-12 13:21:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -78,6 +78,12 @@
#define STORAGE_CREATE_UNPACKED 0x44
typedef short StorageMode;
+class SvStorage;
+namespace binfilter
+{
+ class SvStorage;
+}
+
/*************************************************************************
*************************************************************************/
class SotStorage;
@@ -137,6 +143,8 @@ 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
SvStream * m_pStorStm; // nur fuer SDSTORAGES