On Tue, Oct 19, 2010 at 02:44:17PM +0200, Thomas Klausner wrote: > With up-to-date git, I now see: > ..../build/libreoffice-3.2.99.2/ucb/source/ucp/file/prov.cxx: In member > function 'virtual > com::sun::star::uno::Reference<com::sun::star::ucb::XContent> > fileaccess::FileProvider::queryContent(const > com::sun::star::uno::Reference<com::sun::star::ucb::XContentIdentifier>&)': > ..../build/libreoffice-3.2.99.2/ucb/source/ucp/file/prov.cxx:342: error: > expected primary-expression before '(' token > ..../build/libreoffice-3.2.99.2/ucb/source/ucp/file/prov.cxx:342: error: > expected primary-expression before '(' token > ..../build/libreoffice-3.2.99.2/ucb/source/ucp/file/prov.cxx:342: error: > expected `)' before '__PRETTY_FUNCTION__' > ..../build/libreoffice-3.2.99.2/ucb/source/ucp/file/prov.cxx:342: error: > expected primary-expression before ')' token > ..../build/libreoffice-3.2.99.2/ucb/source/ucp/file/prov.cxx:342: error: > expected `)' before '__PRETTY_FUNCTION__' > ..../build/libreoffice-3.2.99.2/ucb/source/ucp/file/prov.cxx:342: error: > expected `)' before ';' token > ..../build/libreoffice-3.2.99.2/ucb/source/ucp/file/prov.cxx:342: error: > expected `)' before ';' token > > Line 342 is: > throw IllegalIdentifierException( ::rtl::OUString( > RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< > uno::XInterface >() );
Looking with g++ -E, this expands to: throw IllegalIdentifierException( ::rtl::OUString( "..../build/libreoffice-3.2.99.2/ucb/source/ucp/file/prov.cxx" ":" __PRETTY_FUNCTION__ ":" "342" "; ", ((sal_Int32)(sizeof("..../build/libreoffice-3.2.99.2/ucb/source/ucp/file/prov.cxx" ":" __PRETTY_FUNCTION__ ":" "342" "; ")-1)), (((rtl_TextEncoding) 11)) ), uno::Reference< uno::XInterface >() ); Does anyone see what the problem is here? Thomas _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice