summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/datman.hxx
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/datman.hxx
parentb995d5c12292edb8bc9e8f5b9ee655a952fda865 (diff)
#65293# return type for ReleaseInterceptor
Diffstat (limited to 'extensions/source/bibliography/datman.hxx')
-rw-r--r--extensions/source/bibliography/datman.hxx6
1 files changed, 3 insertions, 3 deletions
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);