diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-02-18 23:42:01 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-02-19 08:07:32 +0000 |
commit | 07f98f3fdcc34320736e8c75c2528866eae65f30 (patch) | |
tree | d8e5572eb65f4a759263a9f0054138365b30a213 /svx/source/engine3d | |
parent | 6ec1c0e803d52ff3ef28251b9e411f5f598b42d5 (diff) |
Typos: mainly translation remnants of Objekt instead of object
Change-Id: I84c488a4a0fa96f85158d34035a16aa5e10c7c21
Reviewed-on: https://gerrit.libreoffice.org/34418
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Fakabbir Amin (Aeimi) <fakabbir@gmail.com>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source/engine3d')
-rw-r--r-- | svx/source/engine3d/scene3d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/engine3d/scene3d.cxx b/svx/source/engine3d/scene3d.cxx index dbf1e7b5f8fd..609e3dd13991 100644 --- a/svx/source/engine3d/scene3d.cxx +++ b/svx/source/engine3d/scene3d.cxx @@ -626,7 +626,7 @@ void E3dScene::RecalcSnapRect() if(pScene == this) { - // The Scene is used as a 2D-Objekt, take the SnapRect from the + // The Scene is used as a 2D-Object, take the SnapRect from the // 2D Display settings maSnapRect = pScene->aCamera.GetDeviceWindow(); } |