summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-10-29 12:03:38 +0000
committerFrank Schönheit <fs@openoffice.org>2002-10-29 12:03:38 +0000
commita1d0c53d3da1c6ef8974ccf1e7a1af6127fc728e (patch)
tree7df28bcfe4dda6e69c024bcb5b5ed90a65e91204 /extensions/source/bibliography
parentb995d5c12292edb8bc9e8f5b9ee655a952fda865 (diff)
#65293# return type for ReleaseInterceptor
Diffstat (limited to 'extensions/source/bibliography')
-rw-r--r--extensions/source/bibliography/datman.cxx6
-rw-r--r--extensions/source/bibliography/datman.hxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx
index c777260f66ce..34b92e1c5415 100644
--- a/extensions/source/bibliography/datman.cxx
+++ b/extensions/source/bibliography/datman.cxx
@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
@@ -861,7 +861,7 @@ BibInterceptorHelper::~BibInterceptorHelper( )
{
}
-BibInterceptorHelper::ReleaseInterceptor()
+void BibInterceptorHelper::ReleaseInterceptor()
{
if ( xInterception.is() )
xInterception->releaseDispatchProviderInterceptor( this );
diff --git a/extensions/source/bibliography/datman.hxx b/extensions/source/bibliography/datman.hxx
index a3e35a137b0a..f713086e4a3c 100644
--- a/extensions/source/bibliography/datman.hxx
+++ b/extensions/source/bibliography/datman.hxx
@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
@@ -129,7 +129,7 @@ protected:
public:
BibInterceptorHelper( ::bib::BibBeamer* pBibBeamer, ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > xDispatch);
- ReleaseInterceptor();
+ void ReleaseInterceptor();
// 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);