summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d/chartprimitive2d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/primitive2d/chartprimitive2d.cxx')
-rw-r--r--drawinglayer/source/primitive2d/chartprimitive2d.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/source/primitive2d/chartprimitive2d.cxx b/drawinglayer/source/primitive2d/chartprimitive2d.cxx
index 87fdd094b8e9..23957295df55 100644
--- a/drawinglayer/source/primitive2d/chartprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/chartprimitive2d.cxx
@@ -2,7 +2,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
@@ -47,7 +47,7 @@ namespace drawinglayer
const uno::Reference< frame::XModel >& rxChartModel,
const basegfx::B2DHomMatrix& rTransformation,
const Primitive2DSequence& rChildren)
- : GroupPrimitive2D(rChildren),
+ : GroupPrimitive2D(rChildren),
mxChartModel(rxChartModel),
maTransformation(rTransformation)
{