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


User pjanik changed the following:

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




------- Additional comments from [EMAIL PROTECTED] Tue Jun 24 14:20:51 +0000 
2008 -------
Reverting the previous change:

diff -urN ooo_DEV300_m21_src.orig/sc/source/ui/navipi/navipi.cxx 
ooo_DEV300_m21_src/sc/source/ui/navipi/navipi.cxx
--- ooo_DEV300_m21_src.orig/sc/source/ui/navipi/navipi.cxx      2008-06-21 
10:20:49.000000000 
+0200
+++ ooo_DEV300_m21_src/sc/source/ui/navipi/navipi.cxx   2008-06-21 
10:29:25.000000000 
+0200
@@ -75,7 +75,7 @@
 //  maximum values for UI
 #define SCNAV_MAXCOL        (MAXCOLCOUNT)
 // macro is sufficient since only used in ctor
-#define SCNAV_COLDIGITS     (static_cast<xub_StrLen>( std::floor( std::log10( 
static_cast<double>(SCNAV_MAXCOL)))) + 1)   // 1...256...18278
+#define SCNAV_COLDIGITS     (static_cast<xub_StrLen>( floor( log10( 
static_cast<double>(SCNAV_MAXCOL)))) + 1)   // 1...256...18278
 // precomputed constant because it is used in every change of spin button field
 static const xub_StrLen SCNAV_COLLETTERS = ::ColToAlpha(SCNAV_MAXCOL).Len();   
 // A...IV...ZZZ
 
As I can't check how to properly support newer compiler, I can't do more. I DO 
NOT have the new 
compiler at all.



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