diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-17 08:57:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-17 08:57:02 +0000 |
commit | c9ec7a6bd18470a8f1d7af0f3551a67545ef6ac6 (patch) | |
tree | c1d1b1e59d52d19f0568757726ad8e7452dd3b5a /ucb | |
parent | c73461b18ecde8c81960ee728a4130aae18c087a (diff) |
INTEGRATION: CWS abi08 (1.5.124); FILE MERGED
2004/10/22 14:03:58 abi 1.5.124.1: #i19940# silently
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/hierarchy/hierarchydatasource.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/hierarchy/hierarchydatasource.cxx b/ucb/source/ucp/hierarchy/hierarchydatasource.cxx index 9acf5dbefe2f..d063ab8ac573 100644 --- a/ucb/source/ucp/hierarchy/hierarchydatasource.cxx +++ b/ucb/source/ucp/hierarchy/hierarchydatasource.cxx @@ -2,9 +2,9 @@ * * $RCSfile: hierarchydatasource.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2003-07-02 14:59:43 $ + * last change: $Author: obo $ $Date: 2004-11-17 09:57:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -875,7 +875,7 @@ void SAL_CALL HierarchyDataAccess::removeEventListener( OSL_ENSURE( xOrig.is(), "HierarchyDataAccess : Data source is not an XComponent!" ); - xOrig->addEventListener( aListener ); + xOrig->removeEventListener( aListener ); } //========================================================================= |