From 9d6942c643388228b8f5b99cd37ef6968eab962a Mon Sep 17 00:00:00 2001 From: Tamás Zolnai Date: Sat, 16 Nov 2019 10:46:28 +0100 Subject: SpellingPopup: Remove unused variables Change-Id: I3cb3b128ec54f82381bf6f0c17401a5d5fb58a96 --- sw/source/uibase/lingu/olmenu.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/sw/source/uibase/lingu/olmenu.cxx b/sw/source/uibase/lingu/olmenu.cxx index 5be1f29b859c..e1ef7a80621d 100644 --- a/sw/source/uibase/lingu/olmenu.cxx +++ b/sw/source/uibase/lingu/olmenu.cxx @@ -702,8 +702,6 @@ void SwSpellPopup::Execute( sal_uInt16 nId ) } m_pSh->Left(CRSR_SKIP_CHARS, false, 1, false ); { - uno::Reference xDictionaryList( LinguMgr::GetDictionaryList() ); - SvxDicListChgClamp aClamp( xDictionaryList ); m_pSh->GetView().GetViewFrame()->GetDispatcher()-> Execute( FN_SPELL_GRAMMAR_DIALOG, SfxCallMode::ASYNCHRON ); } -- cgit v1.2.3