diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-04-14 01:25:23 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-04-15 01:51:26 +0200 |
commit | 64dada726815b22eb943dc6fa68d86dd896ba32a (patch) | |
tree | fe8b8cedc5bf2367cb129d4894b6fdc4580a49f3 /chart2 | |
parent | 9c7f87831d503cfe773d11db4d7721811a3245ce (diff) |
remove unused include
Change-Id: I6303f9b1f0aa8a01a20275c92df026d69632db1d
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/OpenglShapeFactory.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/view/main/OpenglShapeFactory.cxx b/chart2/source/view/main/OpenglShapeFactory.cxx index ce8db18dc9ef..7cc420c19ba2 100644 --- a/chart2/source/view/main/OpenglShapeFactory.cxx +++ b/chart2/source/view/main/OpenglShapeFactory.cxx @@ -54,10 +54,8 @@ #include "RelativeSizeHelper.hxx" #include <algorithm> -#include <iostream> using namespace std; - using namespace ::com::sun::star; using ::com::sun::star::uno::Reference; |