diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-21 15:31:32 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-12-22 09:53:27 +0200 |
commit | 98f4f2bb0f873d6cae8e9646d8eecc857c1cdd0f (patch) | |
tree | 7016968a58f701e68ca2de092eb9da41810faac5 /oox/source/drawingml/effectproperties.hxx | |
parent | 4e8e81f0d6dcbdd4d491cec09dfb485ffa30ab98 (diff) |
loplugin:unusedfields in oox,package
Change-Id: I8f8c3ff9ded455a09f3df81c501da17cca0b2310
Diffstat (limited to 'oox/source/drawingml/effectproperties.hxx')
-rw-r--r-- | oox/source/drawingml/effectproperties.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/drawingml/effectproperties.hxx b/oox/source/drawingml/effectproperties.hxx index 9089e1dc0679..146214cc9191 100644 --- a/oox/source/drawingml/effectproperties.hxx +++ b/oox/source/drawingml/effectproperties.hxx @@ -24,7 +24,6 @@ struct EffectShadowProperties { OptValue< sal_Int64 > moShadowDist; OptValue< sal_Int64 > moShadowDir; - OptValue< sal_Int64 > moShadowAlpha; Color moShadowColor; /** Overwrites all members that are explicitly set in rSourceProps. */ |