You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2013/01/04 16:28:53 UTC

svn commit: r1428927 - /openoffice/trunk/main/sc/source/core/inc/interpre.hxx

Author: pfg
Date: Fri Jan  4 15:28:53 2013
New Revision: 1428927

URL: http://svn.apache.org/viewvc?rev=1428927&view=rev
Log:
Clarify comments without screaming.

Modified:
    openoffice/trunk/main/sc/source/core/inc/interpre.hxx

Modified: openoffice/trunk/main/sc/source/core/inc/interpre.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/core/inc/interpre.hxx?rev=1428927&r1=1428926&r2=1428927&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/core/inc/interpre.hxx (original)
+++ openoffice/trunk/main/sc/source/core/inc/interpre.hxx Fri Jan  4 15:28:53 2013
@@ -33,13 +33,14 @@
 #include <math.h>
 #include <map>
 
-// Policy definition for STLPORT
+// STLport definitions
 // This works around some issues with Boost
+//
 #ifdef WNT
 #define _STLP_HAS_NATIVE_FLOAT_ABS
 #endif
 
-// Policy Definitions for Boost math.
+// Math policy definitions for Boost
 // This header must be included before including any Boost
 // math function.
 //