summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/fillproperties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/fillproperties.cxx')
-rw-r--r--oox/source/drawingml/fillproperties.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/oox/source/drawingml/fillproperties.cxx b/oox/source/drawingml/fillproperties.cxx
index 7abd50089d46..6507e6fac8ff 100644
--- a/oox/source/drawingml/fillproperties.cxx
+++ b/oox/source/drawingml/fillproperties.cxx
@@ -48,8 +48,6 @@ using ::com::sun::star::geometry::IntegerRectangle2D;
namespace oox {
namespace drawingml {
-
-
namespace {
Reference< XGraphic > lclCheckAndApplyDuotoneTransform( const BlipFillProperties& aBlipProps, Reference< XGraphic > xGraphic,
@@ -105,7 +103,6 @@ Reference< XGraphic > applyBrightnessContrast( Reference< XGraphic > xGraphic, s
return xGraphic;
}
-
BitmapMode lclGetBitmapMode( sal_Int32 nToken )
{
OSL_ASSERT((nToken & sal_Int32(0xFFFF0000))==0);
@@ -159,8 +156,6 @@ const awt::Size lclGetOriginalSize( const GraphicHelper& rGraphicHelper, const R
} // namespace
-
-
void GradientFillProperties::assignUsed( const GradientFillProperties& rSourceProps )
{
if( !rSourceProps.maGradientStops.empty() )
@@ -174,8 +169,6 @@ void GradientFillProperties::assignUsed( const GradientFillProperties& rSourcePr
moRotateWithShape.assignIfUsed( rSourceProps.moRotateWithShape );
}
-
-
void PatternFillProperties::assignUsed( const PatternFillProperties& rSourceProps )
{
maPattFgColor.assignIfUsed( rSourceProps.maPattFgColor );
@@ -183,8 +176,6 @@ void PatternFillProperties::assignUsed( const PatternFillProperties& rSourceProp
moPattPreset.assignIfUsed( rSourceProps.moPattPreset );
}
-
-
void BlipFillProperties::assignUsed( const BlipFillProperties& rSourceProps )
{
if( rSourceProps.mxGraphic.is() )
@@ -208,8 +199,6 @@ void BlipFillProperties::assignUsed( const BlipFillProperties& rSourceProps )
maEffect.assignUsed( rSourceProps.maEffect );
}
-
-
void FillProperties::assignUsed( const FillProperties& rSourceProps )
{
moFillType.assignIfUsed( rSourceProps.moFillType );
@@ -528,8 +517,6 @@ void FillProperties::pushToPropMap( ShapePropertyMap& rPropMap,
}
}
-
-
void GraphicProperties::pushToPropMap( PropertyMap& rPropMap, const GraphicHelper& rGraphicHelper, sal_Int32 nPhClr ) const
{
sal_Int16 nBrightness = getLimitedValue< sal_Int16, sal_Int32 >( maBlipProps.moBrightness.get( 0 ) / PER_PERCENT, -100, 100 );
@@ -801,8 +788,6 @@ sal_Int32 ArtisticEffectProperties::getEffectToken( const OUString& sName )
return XML_none;
}
-
-
} // namespace drawingml
} // namespace oox