Hi Oliver,
You should try to remove the inheritance to XInterface: it is automatic
when no inheritance class is given.
Le vendredi 12 décembre 2008 à 18:34 +0100, Oliver Brinzing a écrit :
> Hi,
>
> can one give me a hint, why i get warnings for the following *.idl files ??
>
> D:\Programme\OO_SDK_30\windows\bin\idlc: compile
> 'E:\Java\tvs-projects\tvs-structedit-tool-dev\idl\bw\stv\tvs\structedit\tool\Service.idl'
> ...
> D:\Programme\OO_SDK_30\windows\bin\idlc: detected 1 warnings compiling file
> 'E:\Java\tvs-projects\tvs-structedit-tool-dev\idl\bw\stv\tvs\structedit\tool\Service.idl'
> D:\Programme\OO_SDK_30\windows\bin\idlc: compile
> 'E:\Java\tvs-projects\tvs-structedit-tool-dev\idl\bw\stv\tvs\structedit\tool\XGetSomething.idl'
> ...
> D:\Programme\OO_SDK_30\windows\bin\idlc: detected 1 warnings compiling file
> 'E:\Java\tvs-projects\tvs-structedit-tool-dev\idl\bw\stv\tvs\structedit\tool\XGetSomething.idl'
> D:\Programme\OO_SDK_30\windows\bin\idlc: returned successful
>
> #ifndef __bw_stv_tvs_structedit_tool_XGetSomething_idl__
> #define __bw_stv_tvs_structedit_tool_XGetSomething_idl__
>
> #include <com/sun/star/uno/XInterface.idl>
>
> module bw {
> module stv {
> module tvs {
> module structedit {
> module tool {
> interface XGetSomething :
> com::sun::star::uno:: XInterface {
> string saySomething([in] string
> _something);
> };
> };
> };
> };
> };
> };
>
> #endif
>
> #ifndef __bw_stv_tvs_structedit_tool_Service_idl__
> #define __bw_stv_tvs_structedit_tool_Service_idl__
>
> #include <XGetSomething.idl>
>
> module bw {
> module stv {
> module tvs {
> module structedit {
> module tool {
> service Service {
> interface
> bw::stv::tvs::structedit::tool::XGetSomething;
> };
> };
> };
> };
> };
> };
>
> #endif
>
> Oliver
>
--
Cédric Bosdonnat
OOo Eclipse Integration developer
http://cedric.bosdonnat.free.fr
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]