From 9ad04dad665f9bfc054d0db4174f18ce154e20fc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 4 Dec 2018 20:02:56 +0200 Subject: remove unused SfxCallMode enum value Change-Id: Ie092724ac22088d607f6250fbed764269b3707ba Reviewed-on: https://gerrit.libreoffice.org/64571 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/source/ui/condformat/condformatdlgentry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/condformat') 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) -- cgit