diff options
Diffstat (limited to 'sw')
-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() ) { |