diff options
author | Christian M. Heller <christian.heller63@gmail.com> | 2013-05-04 16:34:02 -0400 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-05 20:43:30 +0200 |
commit | b27ec833fe14527e810014f682e036cbfc0ddc1d (patch) | |
tree | b8c9d844a6d6c95199e67de9e577a2fc79fd1bab /vcl/source/edit/textund2.hxx | |
parent | f7fdcc15317b2711f33f3b8dc19fd3044de54323 (diff) |
fdo#39468 Translate German Comments - rest of vcl/source/edit/...
Change-Id: I6cb657853cf3e8d4e35c0dc09be6a4a15ba3a336
Diffstat (limited to 'vcl/source/edit/textund2.hxx')
-rw-r--r-- | vcl/source/edit/textund2.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/edit/textund2.hxx b/vcl/source/edit/textund2.hxx index 17a29181134f..396317e937b0 100644 --- a/vcl/source/edit/textund2.hxx +++ b/vcl/source/edit/textund2.hxx @@ -26,9 +26,9 @@ class TextUndoDelPara : public TextUndo { private: - sal_Bool mbDelObject; - sal_uLong mnPara; - TextNode* mpNode; // Zeigt auf das gueltige, nicht zerstoerte Objekt! + sal_Bool mbDelObject; + sal_uLong mnPara; + TextNode* mpNode; // points at the valid not-destroyed object public: TYPEINFO(); |