From d416a5ff59b31dd7250d392278c43f66cdb81e35 Mon Sep 17 00:00:00 2001 From: Johnny_M Date: Sat, 24 Jun 2017 15:12:12 +0200 Subject: 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 Reviewed-by: Noel Grandin --- rsc/source/res/rscarray.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rsc/source/res') 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(rInst.pData + nOffInstData); - //Baum rekursiv loeschen + // delete the tree recursively ::Destroy( pClassData->pNode ); } -- cgit