micro opt

Change-Id: I4ef86a56780cf9ea8fe244a5347a79099bc05979
This commit is contained in:
Caolán McNamara 2016-11-10 16:03:16 +00:00
parent 749fe62b32
commit 98fd6fa45f

View File

@ -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);