diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-08 12:14:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-08 14:48:22 +0100 |
commit | 6cf148baf9e0b98ce99ea75ba328b350c876842d (patch) | |
tree | 45ee79a4e56fd1073c8fc8f75d16e77a11d24a33 /idl | |
parent | bf30c8b16d9ac9304a49020ec2d4f744d90abe26 (diff) |
translate to English
Change-Id: Ieb7ee3f8eb192612e76d5ad928389445e82ef90e
Diffstat (limited to 'idl')
-rw-r--r-- | idl/source/objects/object.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/objects/object.cxx b/idl/source/objects/object.cxx index 81716c2fa1ac..fa3224f5dfc8 100644 --- a/idl/source/objects/object.cxx +++ b/idl/source/objects/object.cxx @@ -324,7 +324,7 @@ bool SvMetaClass::TestAttribute( SvIdlDataBase & rBase, SvTokenStream & rInStm, // values have to match if( pS->GetSlotId().GetValue() != rAttr.GetSlotId().GetValue() ) { - OSL_FAIL( "Gleicher Name in MetaClass : " ); + OSL_FAIL( "Same Name in MetaClass : " ); OSL_FAIL( pS->GetName().getString().getStr() ); OSL_FAIL( pS->GetSlotId().getString().getStr() ); OSL_FAIL( rAttr.GetSlotId().getString().getStr() ); |