From 45968141934ac4ea10ad7fe4c2b074152aa2e635 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 15 Mar 2019 14:56:08 +0200 Subject: pahole changes in various I'm not seeing as much as I would expect here, mostly because pahole seems to be having trouble parsing quite a few of our structures, and consequently producing useless data than I then ignore. XDash 24bytes -> 20bytes vcl::font::FeatureDefinition 64bytes -> 56bytes SvXMLTokenMapEntry 16bytes -> 12bytes SvXMLItemMapEntry 16bytes -> 12bytes SwContentAtPos 40bytes -> 32bytes Change-Id: I74c8b93f74b8352f48ef552d7d4239aa7f4237d4 Reviewed-on: https://gerrit.libreoffice.org/69304 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svx/source/xoutdev/xattr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx index 54e0a354b975..de1717d293f7 100644 --- a/svx/source/xoutdev/xattr.cxx +++ b/svx/source/xoutdev/xattr.cxx @@ -384,8 +384,8 @@ sal_uInt16 XLineStyleItem::GetValueCount() const XDash::XDash(css::drawing::DashStyle eTheDash, sal_uInt16 nTheDots, sal_uInt32 nTheDotLen, sal_uInt16 nTheDashes, sal_uInt32 nTheDashLen, sal_uInt32 nTheDistance) : eDash(eTheDash), - nDots(nTheDots), nDotLen(nTheDotLen), + nDots(nTheDots), nDashes(nTheDashes), nDashLen(nTheDashLen), nDistance(nTheDistance) -- cgit