ardovm commented on pull request #126: URL: https://github.com/apache/openoffice/pull/126#issuecomment-820677389
This code is an attempt to glue two strings together, avoiding to repeat the common part in between. In order not to make a generic algorithm, that would be overkill (such as trying with one character, then with two, then with three etc.) we have to make some assumptions. The assumption is that the product source is always "AOOsomething" -- i.e. the "something" part starts at the fourth character. I tried to find the definition of the "product source", but after passing from C++ to XML, to Perl, I got lost in the configure script and surrendered. -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org