summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive3d/sdrpolypolygonprimitive3d.cxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2006-11-07 14:49:11 +0000
committerArmin Weiss <aw@openoffice.org>2006-11-07 14:49:11 +0000
commit57aa8ecd2381662ca1a5623d9efdd5e3ef0b9656 (patch)
tree2d7a3b94cfcf6726cdc8fc746db5543c25b7031e /drawinglayer/source/primitive3d/sdrpolypolygonprimitive3d.cxx
parent05bdfac87a4b81d438714361aed2364ffaffe31c (diff)
#i39532# changed various aspevcts of XPrimitive2D implementations
Diffstat (limited to 'drawinglayer/source/primitive3d/sdrpolypolygonprimitive3d.cxx')
-rw-r--r--drawinglayer/source/primitive3d/sdrpolypolygonprimitive3d.cxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/drawinglayer/source/primitive3d/sdrpolypolygonprimitive3d.cxx b/drawinglayer/source/primitive3d/sdrpolypolygonprimitive3d.cxx
index c91be70dc08f..837336923a1e 100644
--- a/drawinglayer/source/primitive3d/sdrpolypolygonprimitive3d.cxx
+++ b/drawinglayer/source/primitive3d/sdrpolypolygonprimitive3d.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sdrpolypolygonprimitive3d.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * 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.
@@ -114,10 +114,9 @@ namespace drawinglayer
return false;
}
- sal_uInt32 SdrPolyPolygonPrimitive3D::getPrimitiveID() const
- {
- return Create3DPrimitiveID('3','P','P','o');
- }
+ // provide unique ID
+ ImplPrimitrive3DIDBlock(SdrPolyPolygonPrimitive3D, '3','P','P','o')
+
} // end of namespace primitive3d
} // end of namespace drawinglayer