From 98fd6fa45f48599ee59d8d3f43b26bbde94e67c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 10 Nov 2016 16:03:16 +0000 Subject: [PATCH] micro opt Change-Id: I4ef86a56780cf9ea8fe244a5347a79099bc05979 --- sw/source/uibase/utlui/navipi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/source/uibase/utlui/navipi.cxx b/sw/source/uibase/utlui/navipi.cxx index 5d5e021eace0..6ef4408b6402 100644 --- a/sw/source/uibase/utlui/navipi.cxx +++ b/sw/source/uibase/utlui/navipi.cxx @@ -233,7 +233,7 @@ IMPL_LINK( SwNavigationPI, ToolBoxSelectHdl, ToolBox *, pBox, void ) bool* pbNext = new bool(false); Application::PostUserEvent(LINK(pView, SwView, MoveNavigationHdl), pbNext, true); } - if (sCommand == "forward") + else if (sCommand == "forward") { // #i75416# move the execution of the search to an asynchronously called static link bool* pbNext = new bool(true);