dev-hyeondnl commented on pull request #90:
URL: https://github.com/apache/openoffice/pull/90#issuecomment-659231424
It seems that the first logic provides us the solution; I just added the
code at the beginning of while statement, and the help pages vanished.
```C++
if (pView->GetDocShell()->IsHelpDocument()) {
pView = SwModule::GetNextView(pView);
continue;
}
```
I tested and built the code on linux, centos7.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]