dev-hyeondnl commented on pull request #90:
URL: https://github.com/apache/openoffice/pull/90#issuecomment-660584716


   OK I think there is a mistake in GetTitle function:( It seems that adding a 
space before this line works.
   
https://github.com/apache/openoffice/blob/trunk/main/sfx2/source/doc/objmisc.cxx#L999
   
   ```cxx
   // add this line
   aNoName += ' ';
   aNoName += String::CreateFromInt32( pImp->nVisualDocumentNumber );
   ```
   Tested on centos.


----------------------------------------------------------------
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]

Reply via email to