summaryrefslogtreecommitdiffstats
path: root/rsc/source/res/rscrange.cxx
diff options
context:
space:
mode:
authorLucas Satabin <lucas.satabin@gnieh.org>2015-08-25 22:31:58 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-08-28 19:00:08 +0000
commit894151e80f27c84113b571dda3479ad4b2525686 (patch)
treef2d733215856120b09160cebb916ebf4fefaac0a /rsc/source/res/rscrange.cxx
parentAvoid bogus warnings with VCL_GL_INFO, by making the optimizer work. (diff)
downloadcore-894151e80f27c84113b571dda3479ad4b2525686.tar.gz
core-894151e80f27c84113b571dda3479ad4b2525686.zip
tdf#39468: Translate German comments in core/rsc/source
Change-Id: Ia2d94a88d217a3b0ec9c78096b8d74a38216fbc9 Reviewed-on: https://gerrit.libreoffice.org/18066 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'rsc/source/res/rscrange.cxx')
-rw-r--r--rsc/source/res/rscrange.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/source/res/rscrange.cxx b/rsc/source/res/rscrange.cxx
index 782076250297..f83792a4939b 100644
--- a/rsc/source/res/rscrange.cxx
+++ b/rsc/source/res/rscrange.cxx
@@ -301,7 +301,7 @@ RSCINST RscIdRange::Create( RSCINST * pInst, const RSCINST & rDflt, bool bOwnCla
else
*pClassData = RscId( nMin );
- //cUnused wird fuer Defaultkennung verwendet
+ //cUnusedi is used as default identifier
reinterpret_cast<RscId *>(aInst.pData)->aExp.cUnused = true;
}