micro opt
Change-Id: I4ef86a56780cf9ea8fe244a5347a79099bc05979
This commit is contained in:
@@ -233,7 +233,7 @@ IMPL_LINK( SwNavigationPI, ToolBoxSelectHdl, ToolBox *, pBox, void )
|
|||||||
bool* pbNext = new bool(false);
|
bool* pbNext = new bool(false);
|
||||||
Application::PostUserEvent(LINK(pView, SwView, MoveNavigationHdl), pbNext, true);
|
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
|
// #i75416# move the execution of the search to an asynchronously called static link
|
||||||
bool* pbNext = new bool(true);
|
bool* pbNext = new bool(true);
|
||||||
|
Reference in New Issue
Block a user