[Libreoffice-commits] core.git: svx/source

Tor Lillqvist tml at iki.fi
Wed Mar 27 03:42:24 PDT 2013


 svx/source/svdraw/svddrgmt.cxx |    3 ---
 svx/source/svdraw/svdedtv1.cxx |    3 ---
 2 files changed, 6 deletions(-)

New commits:
commit f8e1b64c52c26f6026fd13bcbef8e515dcef2015
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed Mar 27 12:41:41 2013 +0200

    WaE: macro is not used: _MATH_H weirdness
    
    Change-Id: I283767ba44012a740d49f1b8d9d1f6bf80d8b664

diff --git a/svx/source/svdraw/svddrgmt.cxx b/svx/source/svdraw/svddrgmt.cxx
index b618ac1..3dad382 100644
--- a/svx/source/svdraw/svddrgmt.cxx
+++ b/svx/source/svdraw/svddrgmt.cxx
@@ -20,9 +20,6 @@
 #include "svddrgm1.hxx"
 #include <math.h>
 
-#ifndef _MATH_H
-#define _MATH_H
-#endif
 #include <tools/bigint.hxx>
 #include <vcl/svapp.hxx>
 
diff --git a/svx/source/svdraw/svdedtv1.cxx b/svx/source/svdraw/svdedtv1.cxx
index d843567..7e316f7 100644
--- a/svx/source/svdraw/svdedtv1.cxx
+++ b/svx/source/svdraw/svdedtv1.cxx
@@ -21,9 +21,6 @@
 #include <svx/svdedtv.hxx>
 #include <math.h>
 
-#ifndef _MATH_H
-#define _MATH_H
-#endif
 #include <tools/bigint.hxx>
 #include <svl/itemiter.hxx>
 #include <vcl/msgbox.hxx>


More information about the Libreoffice-commits mailing list