summaryrefslogtreecommitdiff
path: root/sw/inc/ring.hxx
diff options
context:
space:
mode:
authorChristoph Herzog <rhogez@googlemail.com>2011-04-18 20:18:04 +0200
committerChristoph Herzog <rhogez@googlemail.com>2011-04-18 20:18:04 +0200
commitf7d86140c67a99c064651562f94050e0efe8e39e (patch)
treeba7b3e6549141fc8169b83e3c60c4a3d2473623c /sw/inc/ring.hxx
parent4f51d1b7bb581607afe1427f40d432305617e856 (diff)
Translations of German comments.
Diffstat (limited to 'sw/inc/ring.hxx')
-rw-r--r--sw/inc/ring.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ring.hxx b/sw/inc/ring.hxx
index 8637f4d43cd3..2eebf2ee57dd 100644
--- a/sw/inc/ring.hxx
+++ b/sw/inc/ring.hxx
@@ -34,7 +34,7 @@
class SW_DLLPUBLIC Ring
{
Ring *pNext;
- Ring* pPrev; // zur Optimierung, damit das ein/ausketten schneller geht!
+ Ring* pPrev; // In order to speed up inserting and deleting.
protected:
Ring() { pNext = this; pPrev = this; }