sw/source/core/graphic/ndgrf.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 02bcb700b42fef999f7aa576719494668bb355dd Author: Jens Carl <[email protected]> Date: Thu May 4 06:57:26 2017 +0000 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 <[email protected]> Reviewed-by: Michael Stahl <[email protected]> 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() ) { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
