diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 16:22:37 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 16:22:37 +0000 |
commit | 073f45d2dc9d9fa72725fa6608d3c63136ebd981 (patch) | |
tree | 0c0d060fc7de96ab68ec00fee5ba9c1e2939b1fc | |
parent | aacebd2b331ef2a61f9b8e86731267a2d8365121 (diff) |
INTEGRATION: CWS impressfunctions (1.16.28); FILE MERGED
2005/11/28 17:56:46 cl 1.16.28.2: RESYNC: (1.16-1.18); FILE MERGED
2005/10/28 11:00:54 cl 1.16.28.1: #125341# reworked FuPoor classes to use refcounting
-rw-r--r-- | sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx index 6df70e30b7dd..06d4b804e3d9 100644 --- a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx +++ b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx @@ -4,9 +4,9 @@ * * $RCSfile: SlideSorterViewShell.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2005-11-08 16:30:40 $ + * last change: $Author: rt $ $Date: 2005-12-14 17:22:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -159,6 +159,7 @@ SlideSorterViewShell::SlideSorterViewShell ( SlideSorterViewShell::~SlideSorterViewShell (void) { + DisposeFunctions(); ReleaseListeners(); try |