summaryrefslogtreecommitdiffstats
path: root/drawinglayer/source/primitive3d/groupprimitive3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/primitive3d/groupprimitive3d.cxx')
-rw-r--r--drawinglayer/source/primitive3d/groupprimitive3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive3d/groupprimitive3d.cxx b/drawinglayer/source/primitive3d/groupprimitive3d.cxx
index fc266ae825da..c042bf4a199a 100644
--- a/drawinglayer/source/primitive3d/groupprimitive3d.cxx
+++ b/drawinglayer/source/primitive3d/groupprimitive3d.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
Primitive3DContainer GroupPrimitive3D::get3DDecomposition(const geometry::ViewInformation3D& /*rViewInformation*/) const
{
return getChildren();