summaryrefslogtreecommitdiff
path: root/include/svx/obj3d.hxx
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-11-11 18:31:05 +0100
committerEike Rathke <erack@redhat.com>2017-11-14 20:28:48 +0100
commit425c64fa274ab62ad2f2b0f2ea4f922d35aa747d (patch)
tree4afc0fb50a17a071d0615b11af0a52df45d1ec77 /include/svx/obj3d.hxx
parent7bcb66baecc9bfbd9930552f984d0e9599ccb6ea (diff)
Translate German comments and debug strings
Change-Id: I12c92ecc270e65cb99e38e9179cf354a8c0708aa Reviewed-on: https://gerrit.libreoffice.org/44633 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/svx/obj3d.hxx')
-rw-r--r--include/svx/obj3d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/obj3d.hxx b/include/svx/obj3d.hxx
index 34a9dab81010..008482a1dba6 100644
--- a/include/svx/obj3d.hxx
+++ b/include/svx/obj3d.hxx
@@ -64,7 +64,7 @@ class E3DObjGeoData : public SdrObjGeoData
{
public:
basegfx::B3DRange maLocalBoundVol; // surrounding volume of the object
- basegfx::B3DHomMatrix maTransformation; // lokal transformations
+ basegfx::B3DHomMatrix maTransformation; // local transformations
E3DObjGeoData() {}
};