diff options
Diffstat (limited to 'drawinglayer/source/primitive2d/groupprimitive2d.cxx')
-rw-r--r-- | drawinglayer/source/primitive2d/groupprimitive2d.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/drawinglayer/source/primitive2d/groupprimitive2d.cxx b/drawinglayer/source/primitive2d/groupprimitive2d.cxx index da6a0c370f86..5fefcf374f8c 100644 --- a/drawinglayer/source/primitive2d/groupprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/groupprimitive2d.cxx @@ -4,9 +4,9 @@ * * $RCSfile: groupprimitive2d.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: aw $ $Date: 2006-10-19 10:35:02 $ + * last change: $Author: aw $ $Date: 2006-11-07 15:49:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -75,10 +75,9 @@ namespace drawinglayer return false; } - sal_uInt32 GroupPrimitive2D::getPrimitiveID() const - { - return Create2DPrimitiveID('2','G','r','o'); - } + // provide unique ID + ImplPrimitrive2DIDBlock(GroupPrimitive2D, '2','G','r','o') + } // end of namespace primitive2d } // end of namespace drawinglayer |