Kaydet (Commit) a1d0c53d authored tarafından Frank Schönheit's avatar Frank Schönheit

#65293# return type for ReleaseInterceptor

üst b995d5c1
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: datman.cxx,v $ * $RCSfile: datman.cxx,v $
* *
* $Revision: 1.28 $ * $Revision: 1.29 $
* *
* last change: $Author: fs $ $Date: 2002-10-24 08:54:39 $ * last change: $Author: fs $ $Date: 2002-10-29 13:03:38 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -861,7 +861,7 @@ BibInterceptorHelper::~BibInterceptorHelper( ) ...@@ -861,7 +861,7 @@ BibInterceptorHelper::~BibInterceptorHelper( )
{ {
} }
BibInterceptorHelper::ReleaseInterceptor() void BibInterceptorHelper::ReleaseInterceptor()
{ {
if ( xInterception.is() ) if ( xInterception.is() )
xInterception->releaseDispatchProviderInterceptor( this ); xInterception->releaseDispatchProviderInterceptor( this );
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: datman.hxx,v $ * $RCSfile: datman.hxx,v $
* *
* $Revision: 1.9 $ * $Revision: 1.10 $
* *
* last change: $Author: fs $ $Date: 2002-10-24 08:54:38 $ * last change: $Author: fs $ $Date: 2002-10-29 13:03:37 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -129,7 +129,7 @@ protected: ...@@ -129,7 +129,7 @@ protected:
public: public:
BibInterceptorHelper( ::bib::BibBeamer* pBibBeamer, ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > xDispatch); BibInterceptorHelper( ::bib::BibBeamer* pBibBeamer, ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > xDispatch);
ReleaseInterceptor(); void ReleaseInterceptor();
// XDispatchProvider // XDispatchProvider
virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > SAL_CALL queryDispatch( const ::com::sun::star::util::URL& aURL, const ::rtl::OUString& aTargetFrameName, sal_Int32 nSearchFlags ) throw (::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > SAL_CALL queryDispatch( const ::com::sun::star::util::URL& aURL, const ::rtl::OUString& aTargetFrameName, sal_Int32 nSearchFlags ) throw (::com::sun::star::uno::RuntimeException);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment