Index: oox/source/xls/pivottablebuffer.cxx =================================================================== --- oox/source/xls/pivottablebuffer.cxx (revision 1373256) +++ oox/source/xls/pivottablebuffer.cxx (working copy) @@ -646,8 +646,7 @@ if( const PivotCacheItem* pSharedItem = pCacheField->getCacheItem( nCacheItem ) ) { OUString aSelectedPage = pSharedItem->getName(); - if( aSelectedPage.getLength() > 0 ) - aPropSet.setProperty( PROP_SelectedPage, aSelectedPage ); + aPropSet.setProperty( PROP_SelectedPage, aSelectedPage ); } } }