summaryrefslogtreecommitdiff
path: root/embedserv/source/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-12-05 11:53:56 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-12-05 11:53:56 +0000
commitf467a734d74d0a8861bedc854a8f407092a587a9 (patch)
tree67bfbaff8b84a1b73f03b2576886f11ada336caa /embedserv/source/inc
parent102c0ef07e43cd937004911dcb9b2810aad98b0e (diff)
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
Diffstat (limited to 'embedserv/source/inc')
-rw-r--r--embedserv/source/inc/intercept.hxx9
1 files changed, 6 insertions, 3 deletions
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