INTEGRATION: CWS dba30d (1.5.30); FILE MERGED

2008/05/29 11:11:03 oj 1.5.30.1: #i89835# dispatch asyncron
This commit is contained in:
Kurt Zenker 2008-06-25 11:33:36 +00:00
parent fcf6294c6c
commit 1d2d74625a

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: intercept.hxx,v $
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@ -55,7 +55,7 @@
#ifndef _DBA_COREDATAACCESS_DOCUMENTDEFINITION_HXX_
#include "documentdefinition.hxx"
#endif
#include <vcl/svapp.hxx>
namespace dbaccess
{
@ -66,6 +66,7 @@ class OInterceptor : public ::cppu::WeakImplHelper4< ::com::sun::star::frame::XD
::com::sun::star::frame::XDispatch,
::com::sun::star::document::XEventListener>
{
DECL_LINK( OnDispatch, void* _aURL );
protected:
virtual ~OInterceptor();
public: