summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/datman.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:38:59 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:38:59 +0000
commitc5cfa7d6d701063bf0dbecc5bda90e57f71fbcda (patch)
tree0d042f07525f8f9daf4d5750131c226f9b72a380 /extensions/source/bibliography/datman.hxx
parent22ea3a8b07d68a99253702bcb17f46e52ac6e20d (diff)
INTEGRATION: CWS wae4extensions (1.14.280); FILE MERGED
2007/09/27 07:18:22 fs 1.14.280.1: #i81612# warning-free code
Diffstat (limited to 'extensions/source/bibliography/datman.hxx')
-rw-r--r--extensions/source/bibliography/datman.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/source/bibliography/datman.hxx b/extensions/source/bibliography/datman.hxx
index 35463bcfe463..2cfe5b284d1b 100644
--- a/extensions/source/bibliography/datman.hxx
+++ b/extensions/source/bibliography/datman.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: datman.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: vg $ $Date: 2006-03-31 09:24:05 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 14:38:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -164,6 +164,9 @@ protected:
virtual sal_Bool SAL_CALL isLoaded( ) throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL addLoadListener( const ::com::sun::star::uno::Reference< ::com::sun::star::form::XLoadListener >& aListener ) throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL removeLoadListener( const ::com::sun::star::uno::Reference< ::com::sun::star::form::XLoadListener >& aListener ) throw (::com::sun::star::uno::RuntimeException);
+
+ virtual void SAL_CALL disposing();
+
public:
BibDataManager();