Hi,

I tried to build, but it breaks in extensions with
trunk\main\extensions\source\ole\unoconversionutilities.hxx(2038) : error C2146: syntax error : missing ';' before identifier 'nelementSize'

The line before it is
TYPELIB_DANGER_GET( &pSeqElemDesc, pSeqElemDescRef)

TYPELIB_DANGER_GET comes from
trunk\main\cppu\inc\typelib\typedescription.h

There it has been changed from
#define TYPELIB_DANGER_GET( ppDescription, pTypeRef )
to
inline void TYPELIB_DANGER_GET( typelib_TypeDescription** ppMacroTypeDescr,
        typelib_TypeDescriptionReference* pMacroTypeRef )

I have not yet made a clean build, but that shows suspicious to me. The buildbots fail at the same place.

Kind regards
Regina

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to