summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/DataPointSymbolSupplier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/main/DataPointSymbolSupplier.cxx')
-rw-r--r--chart2/source/view/main/DataPointSymbolSupplier.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/view/main/DataPointSymbolSupplier.cxx b/chart2/source/view/main/DataPointSymbolSupplier.cxx
index d59a011cd429..baf597dd214b 100644
--- a/chart2/source/view/main/DataPointSymbolSupplier.cxx
+++ b/chart2/source/view/main/DataPointSymbolSupplier.cxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -51,7 +51,7 @@ uno::Reference< drawing::XShapes > DataPointSymbolSupplier::create2DSymbolList(
xTarget->add(xGroup);
uno::Reference< drawing::XShapes > xGroupShapes =
uno::Reference<drawing::XShapes>( xGroup, uno::UNO_QUERY );
-
+
ShapeFactory aShapeFactory(xShapeFactory);
drawing::Position3D aPos(0,0,0);
for(sal_Int32 nS=0;nS<ShapeFactory::getSymbolCount();nS++)