https://issues.apache.org/ooo/show_bug.cgi?id=119512
Yolanda Zhang Ying <tldyzem@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tldyzem@gmail.com
--- Comment #4 from Yolanda Zhang Ying <tldyzem@gmail.com> ---
Review comments:
In the patch, does aSelectedPage has other scenario that will be null string
besides empty field be selected?
if( const PivotCacheItem* pSharedItem = pCacheField->getCacheItem( nCacheItem )
)
{
OUString aSelectedPage = pSharedItem->getName();
OUString aSelectedPage = pSharedItem->getName();
aPropSet.setProperty( PROP_SelectedPage, aSelectedPage );
}
--
You are receiving this mail because:
You are the assignee for the bug.
|