diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-04-14 03:38:54 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-04-15 01:51:27 +0200 |
commit | d5e1fcdea39f257c4b10e3ef05acf00b21bf6a3a (patch) | |
tree | 3f016e21e01b7931a3ee211ddfb5bfc9862d2470 /chart2 | |
parent | a3125e805bdc735a00af8dcc5a94b7b6a6a712e9 (diff) |
remove include and using
Change-Id: I329e02d1e91b8c566d147cd753dca48bf2abf23a
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/OpenglShapeFactory.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/view/main/OpenglShapeFactory.cxx b/chart2/source/view/main/OpenglShapeFactory.cxx index e39a154c0e0b..56b8d28b99d6 100644 --- a/chart2/source/view/main/OpenglShapeFactory.cxx +++ b/chart2/source/view/main/OpenglShapeFactory.cxx @@ -54,11 +54,7 @@ #include "RelativeSizeHelper.hxx" -#include <algorithm> -using namespace std; - using namespace ::com::sun::star; -using ::com::sun::star::uno::Reference; namespace chart { |