From c6df405c6c5e41212d69282d4f632893f108fda2 Mon Sep 17 00:00:00 2001 From: Armin Weiss Date: Tue, 6 Mar 2007 11:36:13 +0000 Subject: #i39532# --- drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx') diff --git a/drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx b/drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx index 8cf3c100d609..5c4f9df8ceae 100644 --- a/drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fillgradientprimitive2d.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: aw $ $Date: 2006-11-07 15:49:08 $ + * last change: $Author: aw $ $Date: 2007-03-06 12:34:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -57,6 +57,10 @@ #include #endif +#ifndef INCLUDED_DRAWINGLAYER_PRIMITIVE2D_PRIMITIVETYPES2D_HXX +#include +#endif + ////////////////////////////////////////////////////////////////////////////// using namespace com::sun::star; @@ -207,7 +211,7 @@ namespace drawinglayer } // provide unique ID - ImplPrimitrive2DIDBlock(FillGradientPrimitive2D, '2','F','G','r') + ImplPrimitrive2DIDBlock(FillGradientPrimitive2D, PRIMITIVE2D_ID_FILLGRADIENTPRIMITIVE2D) } // end of namespace primitive2d } // end of namespace drawinglayer -- cgit