[Libreoffice-commits] .: oox/source
Thorsten Behrens
thorsten at kemper.freedesktop.org
Thu Mar 17 08:17:27 PDT 2011
oox/source/drawingml/chart/converterbase.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 33f23b4730bf1d321b2aa41665bcebd7540b5622
Author: Michael Lefevre <lefevre00 at yahoo.fr>
Date: Thu Mar 17 16:11:43 2011 +0100
Remove duplicated constant F_PI and friends
Easy hack, constants already defined in libs-gui/basegfx/inc/basegfx/numeric/ftools.hxx
diff --git a/oox/source/drawingml/chart/converterbase.cxx b/oox/source/drawingml/chart/converterbase.cxx
index deb4801..7715326 100644
--- a/oox/source/drawingml/chart/converterbase.cxx
+++ b/oox/source/drawingml/chart/converterbase.cxx
@@ -37,7 +37,7 @@
#include <com/sun/star/chart/XChartDocument.hpp>
#include <com/sun/star/chart/XSecondAxisTitleSupplier.hpp>
#include <com/sun/star/chart2/RelativePosition.hpp>
-#include <tools/solar.h> // for F_PI180
+#include "basegfx/numeric/ftools.hxx"
#include "properties.hxx"
#include "oox/core/xmlfilterbase.hxx"
#include "oox/drawingml/theme.hxx"
More information about the Libreoffice-commits
mailing list