summaryrefslogtreecommitdiff
path: root/sw/inc/crsrsh.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-03-15 14:56:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-03-16 07:17:15 +0100
commit45968141934ac4ea10ad7fe4c2b074152aa2e635 (patch)
tree594badb27758e4c511815f28d7a9fe57bde49f63 /sw/inc/crsrsh.hxx
parentc52cce61d1fbf1f085897bf9ff40e26b1f130998 (diff)
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-rw-r--r--sw/inc/crsrsh.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx
index 5ba02d648620..cfe9ef023cd0 100644
--- a/sw/inc/crsrsh.hxx
+++ b/sw/inc/crsrsh.hxx
@@ -95,8 +95,6 @@ namespace o3tl {
struct SwContentAtPos
{
- IsAttrAtPos eContentAtPos;
-
union {
const SwField* pField;
const SfxPoolItem* pAttr;
@@ -104,9 +102,8 @@ struct SwContentAtPos
SwContentNode * pNode;
const sw::mark::IFieldmark* pFieldmark;
} aFnd;
-
+ IsAttrAtPos eContentAtPos;
int nDist;
-
OUString sStr;
const SwTextAttr* pFndTextAttr;