diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:43:01 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:43:01 +0000 |
commit | b96c99717094a58cc674e9fd1ec8ab2f6956ef7b (patch) | |
tree | 518e14e93ec793483863fe8027140d2b844e67f1 /svtools | |
parent | 12cbaaf06d5fd6116e4db1d6308fad10097917b1 (diff) |
INTEGRATION: CWS aw033 (1.16.120); FILE MERGED
2008/05/14 15:17:29 aw 1.16.120.4: RESYNC: (1.18-1.19); FILE MERGED
2007/10/16 15:44:57 aw 1.16.120.3: #i39532# Added AA and other values to DrawingLayer settings
2007/08/09 21:16:35 aw 1.16.120.2: RESYNC: (1.16-1.18); FILE MERGED
2007/02/06 10:39:14 aw 1.16.120.1: #i39532# include adaptions due to M_PI_2 and friends
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/filter.vcl/filter/sgvmain.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/filter.vcl/filter/sgvmain.cxx b/svtools/source/filter.vcl/filter/sgvmain.cxx index 9a7055a92417..da466140a01e 100644 --- a/svtools/source/filter.vcl/filter/sgvmain.cxx +++ b/svtools/source/filter.vcl/filter/sgvmain.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: sgvmain.cxx,v $ - * $Revision: 1.19 $ + * $Revision: 1.20 $ * * This file is part of OpenOffice.org. * @@ -31,7 +31,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svtools.hxx" -#include <math.h> +#include <rtl/math.hxx> #include <osl/endian.h> #include <vcl/graph.hxx> #include <tools/poly.hxx> |