summaryrefslogtreecommitdiff
path: root/drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2007-11-20 09:20:18 +0000
committerArmin Weiss <aw@openoffice.org>2007-11-20 09:20:18 +0000
commitfc5ecdc4ba5492392711863e09d61859deaad340 (patch)
tree2fb24d5847fee859ce659fe20107e06bd0e87728 /drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx
parent62fbaf1c4c946429c9acd18fad079e4889d956b4 (diff)
#i39532# adaptions to fat line specials
Diffstat (limited to 'drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx')
-rw-r--r--drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx b/drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx
index 8d51b201593f..679736ac8049 100644
--- a/drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx
+++ b/drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vclprocessor2d.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: aw $ $Date: 2007-10-15 16:10:57 $
+ * last change: $Author: aw $ $Date: 2007-11-20 10:20:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -71,6 +71,7 @@ namespace drawinglayer { namespace primitive2d {
class PointArrayPrimitive2D;
class ModifiedColorPrimitive2D;
class WrongSpellPrimitive2D;
+ class PolygonStrokePrimitive2D;
class ControlPrimitive2D;
}}
@@ -109,6 +110,7 @@ namespace drawinglayer
void RenderMarkerArrayPrimitive2D(const primitive2d::MarkerArrayPrimitive2D& rMarkerArrayCandidate);
void RenderPointArrayPrimitive2D(const primitive2d::PointArrayPrimitive2D& rPointArrayCandidate);
void RenderWrongSpellPrimitive2D(const primitive2d::WrongSpellPrimitive2D& rWrongSpellCandidate);
+ void RenderPolygonStrokePrimitive2D(const primitive2d::PolygonStrokePrimitive2D& rPolygonStrokeCandidate);
/////////////////////////////////////////////////////////////////////////////
// FormControl support