summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive2d/animatedprimitive2d.hxx')
-rw-r--r--include/drawinglayer/primitive2d/animatedprimitive2d.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/drawinglayer/primitive2d/animatedprimitive2d.hxx b/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
index 486434f26ef2..4b54c01eee79 100644
--- a/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
@@ -88,8 +88,9 @@ namespace drawinglayer
/// provide unique ID
DeclPrimitive2DIDBlock()
- /** The getDecomposition is overloaded here since the decompose is dependent of the point in time,
- so the default implementation is nut useful here, it needs to be handled locally
+ /** Override getDecomposition() here since the decompose
+ depends on the point in time, so the default implementation is
+ not useful here, it needs to be handled locally
*/
virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const SAL_OVERRIDE;
};