summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2019-11-29 15:23:19 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2019-12-02 18:17:44 +0100
commit806dd155809710ff707fdce5d07198ac00c59e46 (patch)
tree6c95b9c105316c9d3ec95bf19e5af3e6a0b57090 /sw
parentda1fdd37d0a59ae1adc0231b7e01693e723cb437 (diff)
Remove unused variable.
Change-Id: I34a15cb1e457c3ac0329e5ba735ac93db99e9fbf Reviewed-on: https://gerrit.libreoffice.org/84154 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com> (cherry picked from commit 18cd65bebe27dbaa5cb0a079f0b3df09c9e12ec5) Reviewed-on: https://gerrit.libreoffice.org/84237
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/uiview/viewling.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/uiview/viewling.cxx b/sw/source/uibase/uiview/viewling.cxx
index e8755a54acd2..c954dce5bbd8 100644
--- a/sw/source/uibase/uiview/viewling.cxx
+++ b/sw/source/uibase/uiview/viewling.cxx
@@ -781,7 +781,6 @@ bool SwView::ExecSpellPopup(const Point& rPt)
}
else
{
- boost::property_tree::ptree aMenu = SfxDispatcher::fillPopupMenu(&xPopup->GetMenu());
xPopup->Execute(aToFill.SVRect(), m_pEditWin);
}
}