diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-14 23:42:28 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-16 14:28:07 +0100 |
commit | eae9bf0d25f34e0ff9d54191ea8732a8bfecb969 (patch) | |
tree | 0fc407e1e6626a212d25e7b92e3db0df4a3c23b8 /drawinglayer | |
parent | 0183c7c3b86be4be9c5fd6eec09785bd99c0a0b4 (diff) |
Fix typos
Change-Id: Id3d1a07922d4ca05e3bbf61d4b5797a30fc5b23a
Reviewed-on: https://gerrit.libreoffice.org/47872
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/primitive2d/groupprimitive2d.cxx | 2 | ||||
-rw-r--r-- | drawinglayer/source/primitive3d/groupprimitive3d.cxx | 2 |
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 |