diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-07-25 16:55:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-26 10:10:47 +0200 |
commit | 4df98358135689e1d2600819c61c6b07d8c8a722 (patch) | |
tree | 3a2d83aa9660e3a37d34d473c589c1b9fd60954e /cui/source | |
parent | 2ee3d4076481262c1e3014dc9341cdf3d1922ff7 (diff) |
simplify SvtDynamicMenuOptions
Change-Id: I8892b8a51fcecd84ea1fedcd71b6d1a2febabee1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119484
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/dialogs/hldocntp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/hldocntp.cxx b/cui/source/dialogs/hldocntp.cxx index 31b3ba2d5de4..8d8628ded6ed 100644 --- a/cui/source/dialogs/hldocntp.cxx +++ b/cui/source/dialogs/hldocntp.cxx @@ -158,7 +158,7 @@ void SvxHyperlinkNewDocTp::FillDocumentList() { weld::WaitObject aWaitObj(mpDialog->getDialog()); - std::vector<SvtDynMenuEntry> aDynamicMenuEntries( SvtDynamicMenuOptions().GetMenu( EDynamicMenuType::NewMenu ) ); + std::vector<SvtDynMenuEntry> aDynamicMenuEntries( SvtDynamicMenuOptions::GetMenu( EDynamicMenuType::NewMenu ) ); for ( const SvtDynMenuEntry & rDynamicMenuEntry : aDynamicMenuEntries ) { |