[Libreoffice-commits] core.git: sal/rtl

Miklos Vajna vmiklos at collabora.co.uk
Mon Oct 26 08:00:25 UTC 2015


 sal/rtl/math.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 2f83ed1407302a83130cf6e3984743342eec708d
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Mon Oct 26 08:59:09 2015 +0100

    Revert "sal: fix Android build"
    
    This workaround is not needed after
    cc906ec47eaaad247e8fbed5c9e6f3604a8b64c7.
    
    This reverts commit d366d680cb62a2c5a7246e7290ef74c7e52eb04f.

diff --git a/sal/rtl/math.cxx b/sal/rtl/math.cxx
index bedde1c..e0154f7 100644
--- a/sal/rtl/math.cxx
+++ b/sal/rtl/math.cxx
@@ -38,8 +38,6 @@
 #include <stdlib.h>
 #include <cmath>
 
-using namespace std;
-
 static int const n10Count = 16;
 static double const n10s[2][n10Count] = {
     { 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8,


More information about the Libreoffice-commits mailing list