From 02bcb700b42fef999f7aa576719494668bb355dd Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Thu, 4 May 2017 06:57:26 +0000 Subject: 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 Reviewed-by: Michael Stahl --- sw/source/core/graphic/ndgrf.cxx | 6 +++--- 1 file 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(this)->GetDoc()->GetDocStorage(); - OSL_ENSURE( refStor.is(), "Kein Storage am Doc" ); + OSL_ENSURE( refStor.is(), "No storage in Doc" ); if ( !aStgName.isEmpty() ) { -- cgit