summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-26 10:00:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-27 09:36:49 +0100
commitd684a3cad91a81480b8856a1bffc24577e986866 (patch)
tree976de2c4853042c40bcf35ab55e4d757f24ca1bc /svx
parentfee08758d149b6d681952c3ac95e195da7cfa6bc (diff)
_USE_MATH_DEFINES is already taken care of by sal/config.h
Change-Id: Ib0dab05534c34eb407f3acee3b4a3638a36bdddc
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdobj.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx
index 40e6c0c7bc4c..76dcf8d1f07e 100644
--- a/svx/source/svdraw/svdobj.cxx
+++ b/svx/source/svdraw/svdobj.cxx
@@ -17,9 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include "sal/config.h"
+
#include <com/sun/star/lang/XComponent.hpp>
-#define _USE_MATH_DEFINES
#include <math.h>
#include <vcl/metaact.hxx> // for TakeContour
#include <vcl/cvtsvm.hxx>