Hi Cédric, > For the CWS cbosdo01, I'm adding some HIDs and removing one. What is the > best way to proceed with those numbers? > > In one case, I only need to add a few HIDs. For the moment, I have added > them at the end of the block containing the other HID of the dialog: is > it correct?
Yes. Don't forget to also add them to <module>/util/hidother.src, otherwise our automation QA won't like your changes. > In another case, I will need to remove an autocorrection HID (the one > for the tiny info-dialog) and add another one. Those aren't defined with > the other HIDs: there is only a start and end there and some offset in > the code. Should I leave an empty HID (HID_AUTOCORR_HELP_START + 20) and > add the other one at the end (HID_AUTOCORR_HELP_START + 22)? or should I > reuse the removed number? You can reuse it. There's a certain chance that for a while, the control carrying the new/old ID will direct help requests to the old topic, but that's only until the help content has been adjusted (which ideally can happen in your CWS, too). Ciao Frank -- - Frank Schönheit, Software Engineer [email protected] - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Base http://dba.openoffice.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
