diff options
Diffstat (limited to 'include/drawinglayer/primitive2d/sceneprimitive2d.hxx')
-rw-r--r-- | include/drawinglayer/primitive2d/sceneprimitive2d.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/drawinglayer/primitive2d/sceneprimitive2d.hxx b/include/drawinglayer/primitive2d/sceneprimitive2d.hxx index 3fc027fcbaed..5965962a7013 100644 --- a/include/drawinglayer/primitive2d/sceneprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/sceneprimitive2d.hxx @@ -116,11 +116,11 @@ namespace drawinglayer::primitive2d /// constructor ScenePrimitive2D( - const primitive3d::Primitive3DContainer& rxChildren3D, - const attribute::SdrSceneAttribute& rSdrSceneAttribute, - const attribute::SdrLightingAttribute& rSdrLightingAttribute, - const basegfx::B2DHomMatrix& rObjectTransformation, - const geometry::ViewInformation3D& rViewInformation3D); + primitive3d::Primitive3DContainer xChildren3D, + attribute::SdrSceneAttribute aSdrSceneAttribute, + attribute::SdrLightingAttribute aSdrLightingAttribute, + basegfx::B2DHomMatrix aObjectTransformation, + geometry::ViewInformation3D aViewInformation3D); /// data read access const primitive3d::Primitive3DContainer& getChildren3D() const { return mxChildren3D; } |