diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-09-29 18:37:59 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-09-29 20:26:06 +0200 |
commit | d3affcac9a74065d8cf566a5288447856b84d59b (patch) | |
tree | bd33298338635733149df2278e336304d9dfb17e /chart2 | |
parent | f77dedbc97cdddcc0c6dec2e8721049e9041b72f (diff) |
remove unused include
Change-Id: I5d2c9bbb45c3a1f058cf3ec0e5a2a255ce83cefe
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/axes/VCartesianCoordinateSystem.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chart2/source/view/axes/VCartesianCoordinateSystem.cxx b/chart2/source/view/axes/VCartesianCoordinateSystem.cxx index 6c63d09bfa78..fe1aab84f37a 100644 --- a/chart2/source/view/axes/VCartesianCoordinateSystem.cxx +++ b/chart2/source/view/axes/VCartesianCoordinateSystem.cxx @@ -25,9 +25,6 @@ #include "AxisHelper.hxx" #include "ChartTypeHelper.hxx" -//for auto_ptr -#include <memory> - namespace chart { using namespace ::com::sun::star; |