summaryrefslogtreecommitdiff
path: root/drawinglayer/inc/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2006-06-02 12:58:03 +0000
committerArmin Weiss <aw@openoffice.org>2006-06-02 12:58:03 +0000
commitd20e799551390411b32c4d398ea0c473af986a63 (patch)
treedcc2f69911e26b627dd6348e202e816046f3fb40 /drawinglayer/inc/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx
parentaba469dc674ec4b465155f23324792e6753b4ac5 (diff)
#i39532# renderers to pixel, own directory
Diffstat (limited to 'drawinglayer/inc/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx')
-rw-r--r--drawinglayer/inc/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx13
1 files changed, 5 insertions, 8 deletions
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx b/drawinglayer/inc/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx
index 28fb22545e44..bd46561cda06 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx
+++ b/drawinglayer/inc/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: hatchtextureprimitive3d.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: aw $ $Date: 2006-05-12 11:45:12 $
+ * last change: $Author: aw $ $Date: 2006-06-02 13:57:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,15 +52,15 @@ namespace drawinglayer
fillHatchAttribute maHatch;
// create decomposition
- virtual void decompose(primitiveList& rTarget, const ::drawinglayer::geometry::viewInformation& rViewInformation);
+ virtual void decompose(primitiveVector& rTarget, const ::drawinglayer::geometry::viewInformation& rViewInformation);
// helpers
- void impCreateDecomposition(const primitiveList& rSource, primitiveList& rDest);
+ void impCreateDecomposition(const primitiveVector& rSource, primitiveVector& rDest);
public:
hatchTexturePrimitive3D(
const fillHatchAttribute& rHatch,
- const primitiveList& rPrimitiveList,
+ const primitiveVector& rPrimitiveVector,
const ::basegfx::B2DVector& rTextureSize,
bool bModulate,
bool bFilter);
@@ -72,9 +72,6 @@ namespace drawinglayer
// compare operator
virtual bool operator==(const basePrimitive& rPrimitive) const;
- // clone operator
- virtual basePrimitive* createNewClone() const;
-
// id generator
virtual PrimitiveID getID() const;
};