diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-05-04 06:57:26 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-05-04 14:18:59 +0200 |
commit | 02bcb700b42fef999f7aa576719494668bb355dd (patch) | |
tree | 1206773a19d8deb8218926d45df7674a8c2a3d06 | |
parent | 52aa648bb54f64f1d4ef78d107629224a5f78cd1 (diff) |
tdf#39468: Translate German terms in sw/source/core/graphic/ndgrf.cxx
Change-Id: I7507a4389d1dc9a5361dadbaa3efa63b2153b7dc
Reviewed-on: https://gerrit.libreoffice.org/37221
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | sw/source/core/graphic/ndgrf.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/graphic/ndgrf.cxx b/sw/source/core/graphic/ndgrf.cxx index 25e499f68b5b..72c4c3cc3f76 100644 --- a/sw/source/core/graphic/ndgrf.cxx +++ b/sw/source/core/graphic/ndgrf.cxx @@ -421,7 +421,7 @@ SwGrfNode * SwNodes::MakeGrfNode( const SwNodeIndex & rWhere, SwAttrSet* pAutoAttr, bool bDelayed ) { - OSL_ENSURE( pGrfColl, "MakeGrfNode: Formatpointer ist 0." ); + OSL_ENSURE( pGrfColl, "MakeGrfNode: Formatpointer is 0." ); SwGrfNode *pNode; // create object delayed, only from a SW/G-reader if( bDelayed ) @@ -437,7 +437,7 @@ SwGrfNode * SwNodes::MakeGrfNode( const SwNodeIndex & rWhere, const GraphicObject& rGrfObj, SwGrfFormatColl* pGrfColl ) { - OSL_ENSURE( pGrfColl, "MakeGrfNode: Formatpointer ist 0." ); + OSL_ENSURE( pGrfColl, "MakeGrfNode: Formatpointer is 0." ); return new SwGrfNode( rWhere, rGrfObj, pGrfColl, nullptr ); } @@ -862,7 +862,7 @@ uno::Reference< embed::XStorage > SwGrfNode::GetDocSubstorageOrRoot( const OUStr { uno::Reference < embed::XStorage > refStor = const_cast<SwGrfNode*>(this)->GetDoc()->GetDocStorage(); - OSL_ENSURE( refStor.is(), "Kein Storage am Doc" ); + OSL_ENSURE( refStor.is(), "No storage in Doc" ); if ( !aStgName.isEmpty() ) { |