summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-04-14 03:38:54 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-04-15 01:51:27 +0200
commitd5e1fcdea39f257c4b10e3ef05acf00b21bf6a3a (patch)
tree3f016e21e01b7931a3ee211ddfb5bfc9862d2470
parenta3125e805bdc735a00af8dcc5a94b7b6a6a712e9 (diff)
remove include and using
Change-Id: I329e02d1e91b8c566d147cd753dca48bf2abf23a
-rw-r--r--chart2/source/view/main/OpenglShapeFactory.cxx4
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
{