From fe73ed7c79b96eaa5aa84314a07ae11f188575a1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 13 Apr 2015 16:01:31 +0200 Subject: convert SFX_ITEM constants to scoped enum Change-Id: Ief8c30c356ba947727c5ab70092042816a0db99e Reviewed-on: https://gerrit.libreoffice.org/15302 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- chart2/source/view/main/ChartItemPool.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2') diff --git a/chart2/source/view/main/ChartItemPool.cxx b/chart2/source/view/main/ChartItemPool.cxx index 82e9ecae620f..9ad6981697b4 100644 --- a/chart2/source/view/main/ChartItemPool.cxx +++ b/chart2/source/view/main/ChartItemPool.cxx @@ -167,7 +167,7 @@ ChartItemPool::ChartItemPool(): for( sal_uInt16 i = 0; i < nMax; i++ ) { pItemInfos[i]._nSID = 0; - pItemInfos[i]._nFlags = SFX_ITEM_POOLABLE; + pItemInfos[i]._nFlags = SfxItemPoolFlags::POOLABLE; } // slot ids differing from which ids -- cgit