fix FMR crasher bug#33099
This commit is contained in:
@@ -826,6 +826,8 @@ void KeywordInfo::KeywordElement::init( Databases *pDatabases,Db* pDb,const rtl:
|
||||
|
||||
for( sal_uInt32 i = 0; i < id.size(); ++i )
|
||||
{
|
||||
DBData aDBData;
|
||||
|
||||
listId[i] = id[i];
|
||||
listAnchor[i] = anchor[i];
|
||||
|
||||
@@ -837,7 +839,6 @@ void KeywordInfo::KeywordElement::init( Databases *pDatabases,Db* pDb,const rtl:
|
||||
DBHelp* pDBHelp = pDb->getDBHelp();
|
||||
if( pDBHelp != NULL )
|
||||
{
|
||||
DBData aDBData;
|
||||
bool bSuccess = pDBHelp->getValueForKey( idi, aDBData );
|
||||
if( bSuccess )
|
||||
{
|
||||
|
Reference in New Issue
Block a user