diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-13 14:30:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-13 14:30:24 +0200 |
commit | d704ce2504a4cac1c95c2a7bb458c6c5d130a250 (patch) | |
tree | 79f8745d1e489e09b885464d0b16b5ca181279bb | |
parent | 2d4988070b06567ce145403294dd402ac0f996d5 (diff) |
fix build in SvxMenuConfigPage
mid-air patch collision
Change-Id: I183362aee3192893836eeb8138671a7fbe2da604
-rw-r--r-- | cui/source/customize/SvxMenuConfigPage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |