Kaydet (Commit) 958de4c1 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: remove unused return values

üst aac91a56
...@@ -243,15 +243,13 @@ void SbiCodeGen::Save() ...@@ -243,15 +243,13 @@ void SbiCodeGen::Save()
String aPropName = pProc->GetPropName(); String aPropName = pProc->GetPropName();
if( nPass == 1 ) if( nPass == 1 )
aPropName = aPropName.Copy( aIfaceName.Len() + 1 ); aPropName = aPropName.Copy( aIfaceName.Len() + 1 );
SbProcedureProperty* pProcedureProperty = NULL;
OSL_TRACE("*** getProcedureProperty for thing %s", OSL_TRACE("*** getProcedureProperty for thing %s",
rtl::OUStringToOString( aPropName,RTL_TEXTENCODING_UTF8 ).getStr() ); rtl::OUStringToOString( aPropName,RTL_TEXTENCODING_UTF8 ).getStr() );
pProcedureProperty = rMod.GetProcedureProperty( aPropName, ePropType ); rMod.GetProcedureProperty( aPropName, ePropType );
} }
if( nPass == 1 ) if( nPass == 1 )
{ {
SbIfaceMapperMethod* pMapperMeth = NULL; rMod.GetIfaceMapperMethod( aProcName, pMeth );
pMapperMeth = rMod.GetIfaceMapperMethod( aProcName, pMeth );
} }
else else
{ {
......
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