summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-10-09 19:24:36 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-10-09 22:46:38 -0400
commitd7dd306302b03479be62fbac252c22f6fafc7515 (patch)
treec4f7cb63e0425789a67edbbb8a91871b4d15f1a6 /chart2
parent7f900e2e2f5faa0a568209791c57cb024f14fe33 (diff)
Make its own header the first header.
Change-Id: I81ff1cb9200bdccd3f50dc08fa68fc69929e7c90
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/axes/VCartesianAxis.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/view/axes/VCartesianAxis.cxx b/chart2/source/view/axes/VCartesianAxis.cxx
index 5f5a35d1c9e9..1d0c7196149e 100644
--- a/chart2/source/view/axes/VCartesianAxis.cxx
+++ b/chart2/source/view/axes/VCartesianAxis.cxx
@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <basegfx/numeric/ftools.hxx>
-
#include "VCartesianAxis.hxx"
#include "PlottingPositionHelper.hxx"
#include "AbstractShapeFactory.hxx"
@@ -41,13 +39,15 @@
#include <svx/unoshape.hxx>
#include <svx/unoshtxt.hxx>
-#include <algorithm>
-#include <boost/scoped_ptr.hpp>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/polygon/b2dpolygonclipper.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
+#include <basegfx/numeric/ftools.hxx>
+
+#include <algorithm>
+#include <boost/scoped_ptr.hpp>
using namespace ::com::sun::star;
using ::com::sun::star::uno::Reference;