From 0c82dff153d92150729815b919854a9a350aa031 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 5 Apr 2017 15:16:47 +0200 Subject: loplugin:singlevalfields Change-Id: Ia681765aa1da5c80a3dbe91b7376af841a9c9ec1 Reviewed-on: https://gerrit.libreoffice.org/36145 Tested-by: Jenkins Reviewed-by: Noel Grandin --- filter/source/msfilter/msdffimp.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'filter') diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx index 02c01d70cca3..e8bc66a8372d 100644 --- a/filter/source/msfilter/msdffimp.cxx +++ b/filter/source/msfilter/msdffimp.cxx @@ -5524,7 +5524,6 @@ void SvxMSDffManager::StoreShapeOrder(sal_uLong nId, rOrder.nTxBxComp = nTxBx; rOrder.pObj = pObject; rOrder.pFly = pFly; - rOrder.nHdFtSection = 0; } } } -- cgit