summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-05-05 08:56:40 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-05-05 08:56:40 +0000
commitab913e4950c5766b9eab93809df60b25b37fc9d3 (patch)
tree18b86b78c6fc7d2abdd131680d5d2856cb3befff
parent2db78fedd8f45e8634c71dfffe7cb934eefa5d18 (diff)
INTEGRATION: CWS fwkc03fixes (1.12.4); FILE MERGED
2006/04/28 13:11:41 mav 1.12.4.1: #134455# fix objects crosslinking
-rwxr-xr-xembedserv/source/inc/embeddoc.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/embedserv/source/inc/embeddoc.hxx b/embedserv/source/inc/embeddoc.hxx
index fed5ebed919f..6a287fff4769 100755
--- a/embedserv/source/inc/embeddoc.hxx
+++ b/embedserv/source/inc/embeddoc.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: embeddoc.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2006-02-09 13:37:27 $
+ * last change: $Author: rt $ $Date: 2006-05-05 09:56:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -51,6 +51,7 @@
#include <com/sun/star/uno/SEQUENCE.h>
#endif
+#include "embeddocaccess.hxx"
#include "docholder.hxx"
typedef ::std::hash_map< DWORD, IAdviseSink* > AdviseSinkHashMap;
@@ -59,7 +60,6 @@ typedef ::std::hash_map< DWORD, IAdviseSink* >::iterator AdviseSinkHashMapIterat
class GDIMetaFile;
class CIIAObj;
-
class EmbedDocument_Impl
: public IPersistStorage,
public IDataObject,
@@ -182,6 +182,8 @@ protected:
AdviseSinkHashMap m_aAdviseHashMap;
DWORD m_nAdviseNum;
+
+ ::rtl::Reference< EmbeddedDocumentInstanceAccess_Impl > m_xOwnAccess;
};
#endif //_EMBEDDOC_HXX_