summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-27 12:41:41 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-27 12:41:57 +0200
commitf8e1b64c52c26f6026fd13bcbef8e515dcef2015 (patch)
tree254fd02a87c7dbba4d624ccf55a6c24a4387f453 /svx
parentc0518f245c02fd9d1d48f56429ebf59ac776c4c6 (diff)
WaE: macro is not used: _MATH_H weirdness
Change-Id: I283767ba44012a740d49f1b8d9d1f6bf80d8b664
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svddrgmt.cxx3
-rw-r--r--svx/source/svdraw/svdedtv1.cxx3
2 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/svdraw/svddrgmt.cxx b/svx/source/svdraw/svddrgmt.cxx
index b618ac1ddfd2..3dad38236e2a 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 d843567c4439..7e316f71668b 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>