From 57aa8ecd2381662ca1a5623d9efdd5e3ef0b9656 Mon Sep 17 00:00:00 2001 From: Armin Weiss Date: Tue, 7 Nov 2006 14:49:11 +0000 Subject: #i39532# changed various aspevcts of XPrimitive2D implementations --- drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx') diff --git a/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx b/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx index bb01dc7cbfbe..9b4161b6efe7 100644 --- a/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx +++ b/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sdrsphereprimitive3d.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: aw $ $Date: 2006-10-19 10:38:34 $ + * last change: $Author: aw $ $Date: 2006-11-07 15:49:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -215,10 +215,9 @@ namespace drawinglayer return getStandard3DRange(); } - sal_uInt32 SdrSpherePrimitive3D::getPrimitiveID() const - { - return Create3DPrimitiveID('3','S','p','h'); - } + // provide unique ID + ImplPrimitrive3DIDBlock(SdrSpherePrimitive3D, '3','S','p','h') + } // end of namespace primitive3d } // end of namespace drawinglayer -- cgit