From 006a7b50546c57e260245d4630de565705f2fc38 Mon Sep 17 00:00:00 2001 From: Varun Dhall Date: Thu, 17 Aug 2017 01:57:59 +0530 Subject: Removing unused serialisation code Change-Id: I86911c77f0831d448ff803afae2a74ec55ad4dd8 Reviewed-on: https://gerrit.libreoffice.org/41233 Tested-by: Jenkins Reviewed-by: Michael Stahl --- sw/source/core/attr/swatrset.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/source/core/attr/swatrset.cxx b/sw/source/core/attr/swatrset.cxx index 287193b92de1..91c4cd7b0a15 100644 --- a/sw/source/core/attr/swatrset.cxx +++ b/sw/source/core/attr/swatrset.cxx @@ -90,7 +90,7 @@ void SwAttrPool::createAndAddSecondaryPools() pSdrPool->SetPoolDefaultItem(makeSdrShadowXDistItem((300 * 72) / 127)); pSdrPool->SetPoolDefaultItem(makeSdrShadowYDistItem((300 * 72) / 127)); - SfxItemPool *pEEgPool = EditEngine::CreatePool(false); + SfxItemPool *pEEgPool = EditEngine::CreatePool(); pSdrPool->SetSecondaryPool(pEEgPool); -- cgit