diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2006-05-05 08:56:40 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2006-05-05 08:56:40 +0000 |
commit | d2e897c65626fe6983c13585f10a989893cdd755 (patch) | |
tree | dcbbaf2e9aa2d105684784346f5ac5055ed0cba9 /embedserv | |
parent | d89e228c81dc01ea2480072c1ce466764b6c9701 (diff) |
INTEGRATION: CWS fwkc03fixes (1.12.4); FILE MERGED
2006/04/28 13:11:41 mav 1.12.4.1: #134455# fix objects crosslinking
Diffstat (limited to 'embedserv')
-rwxr-xr-x | embedserv/source/inc/embeddoc.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/embedserv/source/inc/embeddoc.hxx b/embedserv/source/inc/embeddoc.hxx index e87aa645e..0cb750bca 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_ |