diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-25 05:22:57 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-25 05:41:11 +0200 |
commit | ca362d6348e4d0a29317492b3c8ef9637a656f4f (patch) | |
tree | 80e13761f3d287077dfb0620638fd0397087c9e4 /oox/source/drawingml/chart/chartspaceconverter.cxx | |
parent | 37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (diff) |
remove whitespaces
Change-Id: Ie14ba3dcb97f20479a04538748ef2c1c9e6c5dac
Diffstat (limited to 'oox/source/drawingml/chart/chartspaceconverter.cxx')
-rw-r--r-- | oox/source/drawingml/chart/chartspaceconverter.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/oox/source/drawingml/chart/chartspaceconverter.cxx b/oox/source/drawingml/chart/chartspaceconverter.cxx index e24388d5c00f..e5705361df24 100644 --- a/oox/source/drawingml/chart/chartspaceconverter.cxx +++ b/oox/source/drawingml/chart/chartspaceconverter.cxx @@ -50,8 +50,6 @@ namespace oox { namespace drawingml { namespace chart { - - using namespace ::com::sun::star::awt; using namespace ::com::sun::star::chart2; using namespace ::com::sun::star::chart2::data; @@ -59,8 +57,6 @@ using namespace ::com::sun::star::drawing; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::util; - - ChartSpaceConverter::ChartSpaceConverter( const ConverterRoot& rParent, ChartSpaceModel& rModel ) : ConverterBase< ChartSpaceModel >( rParent, rModel ) { @@ -221,8 +217,6 @@ void ChartSpaceConverter::convertFromModel( const Reference< XShapes >& rxExtern } } - - } // namespace chart } // namespace drawingml } // namespace oox |