diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-04 20:02:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-05 08:00:23 +0100 |
commit | 9ad04dad665f9bfc054d0db4174f18ce154e20fc (patch) | |
tree | b1bca8c8aa4fee1f2395194b4febf9c05f0bbecf /sc/source | |
parent | 29df3d5b291e0857d337a311b6ae4054b0bdc026 (diff) |
remove unused SfxCallMode enum value
Change-Id: Ie092724ac22088d607f6250fbed764269b3707ba
Reviewed-on: https://gerrit.libreoffice.org/64571
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/condformat/condformatdlgentry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx index f0683d6b302f..2478dfc6323d 100644 --- a/sc/source/ui/condformat/condformatdlgentry.cxx +++ b/sc/source/ui/condformat/condformatdlgentry.cxx @@ -495,7 +495,7 @@ void StyleSelect( ListBox& rLbStyle, const ScDocument* pDoc, SvxFontPrevWindow& // Execute the "new style" slot, complete with undo and all necessary updates. // The return value (SfxUInt16Item) is ignored, look for new styles instead. pDisp->ExecuteList(SID_STYLE_NEW, - SfxCallMode::SYNCHRON | SfxCallMode::RECORD | SfxCallMode::MODAL, + SfxCallMode::SYNCHRON | SfxCallMode::RECORD, { &aFamilyItem, &aRefItem }); if (bLocked) |