summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/primitive2d/groupprimitive2d.cxx2
-rw-r--r--drawinglayer/source/primitive3d/groupprimitive3d.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/source/primitive2d/groupprimitive2d.cxx b/drawinglayer/source/primitive2d/groupprimitive2d.cxx
index 5a646ec3ce39..7d7d43d8fe93 100644
--- a/drawinglayer/source/primitive2d/groupprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/groupprimitive2d.cxx
@@ -35,7 +35,7 @@ namespace drawinglayer
}
/** The compare opertator uses the Sequence::==operator, so only checking if
- the rererences are equal. All non-equal references are interpreted as
+ the references are equal. All non-equal references are interpreted as
non-equal.
*/
bool GroupPrimitive2D::operator==( const BasePrimitive2D& rPrimitive ) const
diff --git a/drawinglayer/source/primitive3d/groupprimitive3d.cxx b/drawinglayer/source/primitive3d/groupprimitive3d.cxx
index 710b79c412cd..3339a6b412da 100644
--- a/drawinglayer/source/primitive3d/groupprimitive3d.cxx
+++ b/drawinglayer/source/primitive3d/groupprimitive3d.cxx
@@ -35,7 +35,7 @@ namespace drawinglayer
}
/** The compare opertator uses the Sequence::==operator, so only checking if
- the rererences are equal. All non-equal references are interpreted as
+ the references are equal. All non-equal references are interpreted as
non-equal.
*/
bool GroupPrimitive3D::operator==( const BasePrimitive3D& rPrimitive ) const