To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90810


User pjanik changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|pjanik                    |rt
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Jun 24 14:17:32 +0000 
2008 -------
So as a masterfix, revert the recent change which broken old compiler.

diff -urN ooo_DEV300_m20_src.orig/tools/source/generic/line.cxx 
ooo_DEV300_m20_src/tools/source/generic/line.cxx
--- ooo_DEV300_m20_src.orig/tools/source/generic/line.cxx       2008-06-19 
08:05:11.000000000 
+0200
+++ ooo_DEV300_m20_src/tools/source/generic/line.cxx    2008-06-19 
08:06:11.000000000 
+0200
@@ -243,7 +243,7 @@
                                fDist *= -1.0; 
                }
         else if( fR <= 1.0 )
-                       fDist = fS * std::sqrt( fL2 );
+                       fDist = fS * sqrt( fL2 );
         else
                {
                        fDist = hypot( maEnd.X() - rPtX, maEnd.Y() - rPtY );
diff -urN ooo_DEV300_m20_src.orig/tools/source/generic/poly2.cxx 
ooo_DEV300_m20_src/tools/source/generic/poly2.cxx
--- ooo_DEV300_m20_src.orig/tools/source/generic/poly2.cxx      2008-06-19 
08:05:11.000000000 
+0200
+++ ooo_DEV300_m20_src/tools/source/generic/poly2.cxx   2008-06-19 
08:05:35.000000000 
+0200
@@ -686,7 +686,7 @@
        if( nAngle10 )
        {
                const double fAngle = F_PI1800 * nAngle10;
-               Rotate( rCenter, std::sin( fAngle ), std::cos( fAngle ) );
+               Rotate( rCenter, sin( fAngle ), cos( fAngle ) );
        }
 }
 



---------------------------------------------------------------------
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]

Reply via email to