diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-05-19 21:32:05 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-10-18 23:48:59 +0200 |
commit | bf86643b3e71519ae20620fb816b04bba2d99bdb (patch) | |
tree | f37b8afc6cd27407bc8738f6599e0c2201c120bc /svx | |
parent | 6cc58b9fa7ed6b5781963427df47b03417f17973 (diff) |
RemoteFilesDialog
Change-Id: I296ce6233287dac5447462faa4b7404c25297f8b
(cherry picked from commit 87297284782adbf1fcb73663ad2d2a38b5ae1872)
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/imapdlg.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/dialog/imapdlg.cxx b/svx/source/dialog/imapdlg.cxx index 772f9708fc44..bc4a04671e1a 100644 --- a/svx/source/dialog/imapdlg.cxx +++ b/svx/source/dialog/imapdlg.cxx @@ -220,6 +220,8 @@ SvxIMapDlg::~SvxIMapDlg() void SvxIMapDlg::dispose() { + pIMapWnd->SetUpdateLink( Link<>() ); + // Delete URL-List pIMapWnd.disposeAndClear(); DELETEZ( pOwnData ); |