summaryrefslogtreecommitdiffstats
path: root/drawinglayer/source/primitive2d/groupprimitive2d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/primitive2d/groupprimitive2d.cxx')
-rw-r--r--drawinglayer/source/primitive2d/groupprimitive2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/groupprimitive2d.cxx b/drawinglayer/source/primitive2d/groupprimitive2d.cxx
index 6ad6e7759f83..6678acfbc8db 100644
--- a/drawinglayer/source/primitive2d/groupprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/groupprimitive2d.cxx
@@ -52,7 +52,7 @@ namespace drawinglayer
return false;
}
- /// default: just return children, so all renderers not supporting group will use it's content
+ /// default: just return children, so all renderers not supporting group will use its content
Primitive2DContainer GroupPrimitive2D::get2DDecomposition(const geometry::ViewInformation2D& /*rViewInformation*/) const
{
return getChildren();