diff options
Diffstat (limited to 'oox/source/drawingml/effectproperties.hxx')
-rw-r--r-- | oox/source/drawingml/effectproperties.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/oox/source/drawingml/effectproperties.hxx b/oox/source/drawingml/effectproperties.hxx index 0b3527ec5f85..dae858c82db4 100644 --- a/oox/source/drawingml/effectproperties.hxx +++ b/oox/source/drawingml/effectproperties.hxx @@ -17,8 +17,6 @@ namespace oox { namespace drawingml { - - struct EffectShadowProperties { OptValue< sal_Int64 > moShadowDist; @@ -30,8 +28,6 @@ struct EffectShadowProperties void assignUsed( const EffectShadowProperties& rSourceProps ); }; - - struct Effect { OUString msName; @@ -41,8 +37,6 @@ struct Effect css::beans::PropertyValue getEffect(); }; - - struct EffectProperties { EffectShadowProperties maShadow; @@ -59,8 +53,6 @@ struct EffectProperties const GraphicHelper& rGraphicHelper ) const; }; - - } // namespace drawingml } // namespace oox |