summaryrefslogtreecommitdiff
path: root/rsc/source/res/rscarray.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/res/rscarray.cxx')
-rw-r--r--rsc/source/res/rscarray.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/source/res/rscarray.cxx b/rsc/source/res/rscarray.cxx
index de0e8feec0f0..0b86f75a73b3 100644
--- a/rsc/source/res/rscarray.cxx
+++ b/rsc/source/res/rscarray.cxx
@@ -152,7 +152,7 @@ ERRTYPE RscArray::GetValueEle( const RSCINST & rInst,
Atom nId;
if( !pTypeClass->GetValueConst( sal_uInt32(lValue), &nId ) )
- { // nicht gefunden
+ { // not found
return ERR_ARRAY_INVALIDINDEX;
}
@@ -187,7 +187,7 @@ ERRTYPE RscArray::GetArrayEle( const RSCINST & rInst,
{
sal_Int32 lValue;
if( !pTypeClass->GetConstValue( nId, &lValue ) )
- { // nicht gefunden
+ { // not found
return ERR_ARRAY_INVALIDINDEX;
}
@@ -309,7 +309,7 @@ void RscArray::WriteSrcHeader( const RSCINST & rInst, FILE * fOutput,
pClassData = reinterpret_cast<RscArrayInst *>(rInst.pData + nOffInstData);
if( pTC->IsSrsDefault() )
- { // nur einen Wert schreiben
+ { // only write one value
RscInstNode * pNode = nullptr;
if( pClassData->pNode )
{