From d5e1fcdea39f257c4b10e3ef05acf00b21bf6a3a Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 14 Apr 2014 03:38:54 +0200 Subject: remove include and using Change-Id: I329e02d1e91b8c566d147cd753dca48bf2abf23a --- chart2/source/view/main/OpenglShapeFactory.cxx | 4 ---- 1 file changed, 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 -using namespace std; - using namespace ::com::sun::star; -using ::com::sun::star::uno::Reference; namespace chart { -- cgit