diff options
Diffstat (limited to 'chart2/source/view/main/ChartItemPool.cxx')
-rw-r--r-- | chart2/source/view/main/ChartItemPool.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chart2/source/view/main/ChartItemPool.cxx b/chart2/source/view/main/ChartItemPool.cxx index ed62e57c1a53..8f787cd4bd70 100644 --- a/chart2/source/view/main/ChartItemPool.cxx +++ b/chart2/source/view/main/ChartItemPool.cxx @@ -190,8 +190,10 @@ ChartItemPool::ChartItemPool(): const sal_uInt16 nMax = SCHATTR_END - SCHATTR_START + 1; for( sal_uInt16 i = 0; i < nMax; i++ ) { + // _nSID, _bNeedsPoolRegistration, _bShareable pItemInfos[i]._nSID = 0; - pItemInfos[i]._bPoolable = true; + pItemInfos[i]._bNeedsPoolRegistration = false; + pItemInfos[i]._bShareable = true; } // slot ids differing from which ids |