Kaydet (Commit) 7599237f authored tarafından Urs Fässler's avatar Urs Fässler Kaydeden (comit) Michael Meeks

translation of German debug message in file sd/source/filter/ppt/pptin.cxx

Change-Id: I47aae4db5d5aa880d0476f16d982cdc1a2da5862
üst ef157237
......@@ -650,7 +650,7 @@ sal_Bool ImplSdPPTImport::Import()
aName += " ";
aName += OUString::number( nLevel + 1 );
SfxStyleSheet* pOutlineSheet = (SfxStyleSheet*)mpDoc->GetStyleSheetPool()->Find( aName, SD_STYLE_FAMILY_MASTERPAGE );
DBG_ASSERT( pOutlineSheet, "Vorlage fuer Gliederungsobjekt nicht gefunden" );
DBG_ASSERT( pOutlineSheet, "Template for outline object not found" );
if ( pOutlineSheet )
{
pParagraphs[ nLevel ] = new PPTParagraphObj( *pPPTStyleSheet, nOutlinerInstance, nLevel );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment