diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-19 08:39:40 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-19 08:39:40 +0000 |
commit | 39a4dc00ca48d850c4989b756879f4eb138195fe (patch) | |
tree | 2cb59eb5eba3ac2b69e061e44e1bf0f0648495ad /sw/source/ui/utlui/navipi.cxx | |
parent | 9615d5370abb4057fbed009443d1703dd8ddb6a4 (diff) |
INTEGRATION: CWS tl23 (1.40.62); FILE MERGED
2006/06/29 13:00:44 os 1.40.62.1: #136078# unbind controller in Dtor
Diffstat (limited to 'sw/source/ui/utlui/navipi.cxx')
-rw-r--r-- | sw/source/ui/utlui/navipi.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/ui/utlui/navipi.cxx b/sw/source/ui/utlui/navipi.cxx index 53f5b6c9fe42..538da439f39b 100644 --- a/sw/source/ui/utlui/navipi.cxx +++ b/sw/source/ui/utlui/navipi.cxx @@ -4,9 +4,9 @@ * * $RCSfile: navipi.cxx,v $ * - * $Revision: 1.40 $ + * $Revision: 1.41 $ * - * last change: $Author: rt $ $Date: 2006-05-02 15:26:46 $ + * last change: $Author: kz $ $Date: 2006-07-19 09:39:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1063,6 +1063,8 @@ SwNavigationPI::~SwNavigationPI() delete pPopupWindow; delete pFloatingWindow; + if ( IsBound() ) + rBindings.Release(*this); } /*------------------------------------------------------------------------ |