summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-25 21:32:28 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-25 21:32:28 +1100
commitbd59302728985b7a7d8a80051912577ab29b4852 (patch)
tree9662a6c2b33542d78a9e2bddc0621ec68b59f11c
parent08cb7f28a38355409ba899324e597b31b008a8e2 (diff)
tdf#39468 vcl: translate German comment in vcl/source/gdi/octree.cxx
Change-Id: I5cc029f51fc504baaaf68b634f587bf035e2b4ab
-rw-r--r--vcl/source/gdi/octree.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/octree.cxx b/vcl/source/gdi/octree.cxx
index 4977c012c8b4..d65e012ae3a1 100644
--- a/vcl/source/gdi/octree.cxx
+++ b/vcl/source/gdi/octree.cxx
@@ -126,7 +126,7 @@ void Octree::ImplDeleteOctree( NODE** ppNode )
void Octree::ImplAdd( NODE** ppNode )
{
- // ggf. neuen Knoten erzeugen
+ // possibly generate new nodes
if( !*ppNode )
{
*ppNode = pNodeCache->ImplGetFreeNode();