Hi Oliver,
> can one give me a hint, why i get warnings for the following *.idl files ??
> ...
> module bw {
> module stv {
> module tvs {
> module structedit {
> module tool {
> interface XGetSomething :
> com::sun::star::uno:: XInterface {
> string saySomething([in] string
> _something);
> };
> };
> };
> };
> };
> };
I suppose both the warning are triggered by the underscore at the
beginning of the in-param. (one warning explicitly when compiling the
file, one warning implicitly when including the file in the service
definition IDL).
IIRC, this violates UNO naming conventions, though, admittedly, I think
the convention is bogus in this case :)
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]