summaryrefslogtreecommitdiff
path: root/svx/source/sdr/contact/viewcontactofe3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/contact/viewcontactofe3d.cxx')
-rw-r--r--svx/source/sdr/contact/viewcontactofe3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/contact/viewcontactofe3d.cxx b/svx/source/sdr/contact/viewcontactofe3d.cxx
index c32e823b1ca3..c9bb60423e56 100644
--- a/svx/source/sdr/contact/viewcontactofe3d.cxx
+++ b/svx/source/sdr/contact/viewcontactofe3d.cxx
@@ -46,7 +46,7 @@ const sdr::contact::ViewContactOfE3dScene* tryToFindVCOfE3DScene(
if(pSceneParentParent)
{
- // the parent scene of rCandidate is a in-between scene, call recursively and collect
+ // the parent scene of rCandidate is an in-between scene, call recursively and collect
// the in-between scene's object transformation part in o_rInBetweenObjectTransform
const basegfx::B3DHomMatrix& rSceneParentTransform = pSceneParent->GetE3dScene().GetTransform();
o_rInBetweenObjectTransform = rSceneParentTransform * o_rInBetweenObjectTransform;