summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/loadlisteneradapter.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-10-23 12:20:53 +0000
committerFrank Schönheit <fs@openoffice.org>2001-10-23 12:20:53 +0000
commit1f71e394825ca97ec8526c675270c2de6dacd4fa (patch)
treeca407278928d8e45374bcadbdc3ec6e189a4e4bc /extensions/source/bibliography/loadlisteneradapter.hxx
parent1b8a28ef91bb00a7c6a1cae20dcbea30192cf994 (diff)
#65293# dtor of OComponentAdapterBase protected instead of private
Diffstat (limited to 'extensions/source/bibliography/loadlisteneradapter.hxx')
-rw-r--r--extensions/source/bibliography/loadlisteneradapter.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/extensions/source/bibliography/loadlisteneradapter.hxx b/extensions/source/bibliography/loadlisteneradapter.hxx
index 601eb9883e6a..3b07d51a7d71 100644
--- a/extensions/source/bibliography/loadlisteneradapter.hxx
+++ b/extensions/source/bibliography/loadlisteneradapter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: loadlisteneradapter.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: fs $ $Date: 2001-10-22 07:32:20 $
+ * last change: $Author: fs $ $Date: 2001-10-23 13:20:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,8 +124,6 @@ namespace bib
sal_Bool m_bListening : 1;
sal_Bool m_bAutoRelease : 1;
- virtual ~OComponentAdapterBase();
-
// impl method for dispose - virtual, 'cause you at least need to remove the listener from the broadcaster
virtual void disposing() = 0;
@@ -138,6 +136,8 @@ namespace bib
// to be called by derivees which started listening at the component
virtual void startComponentListening() = 0;
+ virtual ~OComponentAdapterBase();
+
public:
OComponentAdapterBase(
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >& _rxComp,
@@ -233,6 +233,9 @@ namespace bib
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.1 2001/10/22 07:32:20 fs
+ * initial checkin - UNO-to-nonUNO bridge for (load)listeners
+ *
*
* Revision 1.0 17.10.01 12:15:24 fs
************************************************************************/