diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-20 06:07:20 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-20 06:07:20 +0000 |
commit | 3d2be5bf958b477e49b8cfddcd60b08f48239e47 (patch) | |
tree | 38e0bb0fda5ea9cb23397620893ddbe87c7d51e6 /embeddedobj | |
parent | 9e18fc6373008f7b07dfb2218cbbadc659a63bf2 (diff) |
INTEGRATION: CWS fwk88 (1.4.4); FILE MERGED
2008/05/27 15:30:34 mav 1.4.4.1: #i86367# integrate the patch
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/source/inc/intercept.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/embeddedobj/source/inc/intercept.hxx b/embeddedobj/source/inc/intercept.hxx index cfc72cd8f2cd..c9400e04948a 100644 --- a/embeddedobj/source/inc/intercept.hxx +++ b/embeddedobj/source/inc/intercept.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: intercept.hxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -51,8 +51,6 @@ public: Interceptor( DocumentHolder* pDocHolder ); ~Interceptor(); - void GenerateFeatureStateEvent(); - void DisconnectDocHolder(); // overwritten to release the statuslistner. @@ -66,10 +64,6 @@ public: removeEventListener( const com::sun::star::uno::Reference< com::sun::star::lang::XEventListener >& aListener ) throw( com::sun::star::uno::RuntimeException ); - void SAL_CALL - dispose() throw(::com::sun::star::uno::RuntimeException); - - //XDispatch virtual void SAL_CALL dispatch( |