summaryrefslogtreecommitdiff
path: root/svx/source/sdr
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-10-01 14:00:32 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-10-01 14:04:14 +0000
commit5e985c2f346f25ada98e19e0531ea99cd9a7931c (patch)
treec8785166d2717ae2b70af0c98c1f9a1d6843061b /svx/source/sdr
parent2cb9aa4a4549b216ff3747fb1a554d101499428b (diff)
Fix typos
Change-Id: I4452d4a4a4a61f39cd9c2b5a441c6c2017f15ce8 Reviewed-on: https://gerrit.libreoffice.org/19073 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'svx/source/sdr')
-rw-r--r--svx/source/sdr/contact/viewcontactofe3dpolygon.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sdr/contact/viewcontactofe3dpolygon.cxx b/svx/source/sdr/contact/viewcontactofe3dpolygon.cxx
index 5b5116e529ae..d646046072f4 100644
--- a/svx/source/sdr/contact/viewcontactofe3dpolygon.cxx
+++ b/svx/source/sdr/contact/viewcontactofe3dpolygon.cxx
@@ -149,11 +149,11 @@ namespace sdr
// #i98295#
// unfortunately, this SdrObject type which allows a free 3d geometry definition was defined
- // wrong topologically in relation to it's plane normal and 3D visibility when it was invented
+ // wrong topologically in relation to its plane normal and 3D visibility when it was invented
// a long time ago. Since the API allows creation of this SDrObject type, it is not possible to
// simply change this definition. Only the chart should use it, and at least this object type
// only exists at Runtime (is not saved and/or loaded in any FileFormat). Still someone external
- // may have used it in it's API. To not risk wrong 3D lightings, I have to switch the orientation
+ // may have used it in its API. To not risk wrong 3D lightings, I have to switch the orientation
// of the polygon here
aPolyPolygon3D.flip();