From 50191cd079729bf74513813eb4b5e2da95b19f30 Mon Sep 17 00:00:00 2001 From: Andreas Bille Date: Fri, 4 Apr 2003 10:41:06 +0000 Subject: #i2822# notifying after namechnnge --- embedserv/source/inc/intercept.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'embedserv/source/inc/intercept.hxx') diff --git a/embedserv/source/inc/intercept.hxx b/embedserv/source/inc/intercept.hxx index 02b9cef97c80..d77b4113792f 100644 --- a/embedserv/source/inc/intercept.hxx +++ b/embedserv/source/inc/intercept.hxx @@ -2,9 +2,9 @@ * * $RCSfile: intercept.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: abi $ $Date: 2003-04-04 09:31:54 $ + * last change: $Author: abi $ $Date: 2003-04-04 11:41:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -97,8 +97,11 @@ public: Interceptor(EmbedDocument_Impl* pOLEInterface,DocumentHolder* pDocH); ~Interceptor(); + void generateFeatureStateEvent(); + // overwritten to release the statuslistner. + // XComponent virtual void SAL_CALL addEventListener( -- cgit