summaryrefslogtreecommitdiff
path: root/rsc/source/res
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-06-24 15:12:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-26 09:09:22 +0200
commitd416a5ff59b31dd7250d392278c43f66cdb81e35 (patch)
tree31b9746d30243f29d0f3bc4c0e303be899124105 /rsc/source/res
parent97ee2bbd402c8457f4bf8fe6fd8f5f36590b963f (diff)
Translate German comments and debug strings (leftovers in r... dirs)
Translates all (leftovers) found using a custom regex, in directories not shown by /bin/find-german-comments and beginning with "r". Additionally: - Translates test strings in /registry/test/testregcpp.cxx Change-Id: I9fda72a3d1830268c4eb83d67ee7a95e38c31c0d Reviewed-on: https://gerrit.libreoffice.org/39210 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'rsc/source/res')
-rw-r--r--rsc/source/res/rscarray.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/source/res/rscarray.cxx b/rsc/source/res/rscarray.cxx
index 08dd08d4b8cc..ba5f8fe16cbc 100644
--- a/rsc/source/res/rscarray.cxx
+++ b/rsc/source/res/rscarray.cxx
@@ -129,7 +129,7 @@ void RscArray::Destroy( const RSCINST & rInst )
pClassData = reinterpret_cast<RscArrayInst *>(rInst.pData + nOffInstData);
- //Baum rekursiv loeschen
+ // delete the tree recursively
::Destroy( pClassData->pNode );
}