summaryrefslogtreecommitdiff
path: root/embedserv/source
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
commit3c6511d549a16bee64de7fdcedf3071f158675e0 (patch)
tree83f4ba9390fccbc3e2d1db5675d19731bc9d0874 /embedserv/source
parent8e079fc97386dc2945e300c8c8fd5b9d3abe07a3 (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')
-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 e49bead99..48fc41497 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