To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68785
------- Additional comments from [EMAIL PROTECTED] Fri Sep 1 21:36:37 -0700
2006 -------
fix also verified at cws osxpatchpool
but
+ // Unfortunatly gcc-3.3 does not like Any.get<T>();
is different.
% ooo2cvs diff -kk -u -r cws_src680_osxpatchpool -r OOD680_m2 updatecheck.cxx
Index: updatecheck.cxx
===================================================================
RCS file: /cvs/util/extensions/source/update/check/updatecheck.cxx,v
retrieving revision 1.2.18.1
retrieving revision 1.2.4.1
diff -u -r1.2.18.1 -r1.2.4.1
--- updatecheck.cxx 28 Aug 2006 08:57:42 -0000 1.2.18.1
+++ updatecheck.cxx 23 Aug 2006 11:45:58 -0000 1.2.4.1
@@ -108,6 +108,7 @@
{
for( sal_Int32 n=0; n < rNamedValues.getLength(); n++ )
{
+ // Unfortunatly gcc-3.3 does not like Any.get<T>();
if( rNamedValues[n].Name.equalsAscii( pszName ) )
{
T value;
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]