https://issues.apache.org/ooo/show_bug.cgi?id=119512
--- Comment #6 from Yolanda Zhang Ying <[email protected]> --- (In reply to comment #5) > Not found so far based on current knowledge. > > > (In reply to comment #4) > > 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 ); > > } Thx, I think it's ok to fix as it. -- You are receiving this mail because: You are the assignee for the bug.
