From 0b7a529b364b36dfc53fcf1bce139e0ced7d2bef 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3cb3b128ec54f82381bf6f0c17401a5d5fb58a96 Reviewed-on: https://gerrit.libreoffice.org/83578 Reviewed-by: Tamás Zolnai Tested-by: Tamás Zolnai --- sw/source/uibase/lingu/olmenu.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sw') 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