[Libreoffice-commits] core.git: cui/source
Maxim Monastirsky
momonasmon at gmail.com
Thu May 5 11:36:10 UTC 2016
cui/source/customize/cfg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 877f6bbf4bec5501443365cadbf9bee94a00d9f8
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date: Thu May 5 14:06:17 2016 +0300
SvxIconSelectorDialog was never destructed
Change-Id: I6cc9bd70f3e3f4266af0eddfff8be406021a1d66
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index 92f4761..c9c770a 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -3518,7 +3518,7 @@ IMPL_LINK_TYPED( SvxToolbarConfigPage, EntrySelectHdl, MenuButton *, pButton, vo
}
}
- VclPtr<SvxIconSelectorDialog> pIconDialog(
+ ScopedVclPtr<SvxIconSelectorDialog> pIconDialog(
VclPtr<SvxIconSelectorDialog>::Create( nullptr,
GetSaveInData()->GetImageManager(),
GetSaveInData()->GetParentImageManager() ));
More information about the Libreoffice-commits
mailing list