From f467a734d74d0a8861bedc854a8f407092a587a9 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 5 Dec 2006 11:53:56 +0000 Subject: INTEGRATION: CWS c04v3_SRC680 (1.6.8); FILE MERGED 2006/11/24 18:43:16 mav 1.6.8.1: #143410# reimplement links support correctly --- embedserv/source/inc/intercept.hxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'embedserv/source') diff --git a/embedserv/source/inc/intercept.hxx b/embedserv/source/inc/intercept.hxx index fe698c6e5d5d..1847652fc5a1 100644 --- a/embedserv/source/inc/intercept.hxx +++ b/embedserv/source/inc/intercept.hxx @@ -4,9 +4,9 @@ * * $RCSfile: intercept.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:42:45 $ + * last change: $Author: rt $ $Date: 2006-12-05 12:53:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -73,7 +73,8 @@ public: Interceptor( const ::rtl::Reference< EmbeddedDocumentInstanceAccess_Impl >& xOleAccess, - DocumentHolder* pDocH ); + DocumentHolder* pDocH, + sal_Bool bLink ); ~Interceptor(); @@ -207,6 +208,8 @@ private: cppu::OInterfaceContainerHelper* m_pDisposeEventListeners; StatusChangeListenerContainer* m_pStatCL; + + sal_Bool m_bLink; }; #endif -- cgit