[Libreoffice-commits] core.git: cui/source
Noel Grandin
noel.grandin at collabora.co.uk
Tue Mar 13 12:31:02 UTC 2018
cui/source/customize/SvxMenuConfigPage.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d704ce2504a4cac1c95c2a7bb458c6c5d130a250
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date: Tue Mar 13 14:30:24 2018 +0200
fix build in SvxMenuConfigPage
mid-air patch collision
Change-Id: I183362aee3192893836eeb8138671a7fbe2da604
diff --git a/cui/source/customize/SvxMenuConfigPage.cxx b/cui/source/customize/SvxMenuConfigPage.cxx
index 202ffaebef8c..efaadbe11a0b 100644
--- a/cui/source/customize/SvxMenuConfigPage.cxx
+++ b/cui/source/customize/SvxMenuConfigPage.cxx
@@ -363,7 +363,7 @@ IMPL_LINK( SvxMenuConfigPage, GearHdl, MenuButton *, pButton, void )
if ( pDialog->Execute() == RET_OK )
{
- GetSaveInData()->SetEntries( pDialog->GetEntries() );
+ GetSaveInData()->SetEntries( pDialog->ReleaseEntries() );
ReloadTopLevelListBox();
More information about the Libreoffice-commits
mailing list