dev-hyeondnl commented on pull request #90:
URL: https://github.com/apache/openoffice/pull/90#issuecomment-659358173
Yes it goes right after the opening parenthesis on line 1192. It will look
like this
```cxx
while (pView)
{
if (pView->GetDocShell()->IsHelpDocument()) {
pView = SwModule::GetNextView(pView);
continue;
}
String sInsert = pView->GetDocShell()->GetTitle();
if (pView == pActiveView) {
//
```
----------------------------------------------------------------
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]