diff options
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/xoutdev/xattr.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx index c7299b6d1b92..1550b8ac02a1 100644 --- a/svx/source/xoutdev/xattr.cxx +++ b/svx/source/xoutdev/xattr.cxx @@ -2530,7 +2530,7 @@ bool XFillFloatTransparenceItem::QueryValue( css::uno::Any& rVal, sal_uInt8 nMem || MID_GRADIENT_ENDINTENSITY == nMemberId || MID_GRADIENT_STEPCOUNT == nMemberId) { - // tdf#155913 handle attributes not suppoted by transparency gradient as error + // tdf#155913 handle attributes not supported by transparency gradient as error return false; } @@ -2551,7 +2551,7 @@ bool XFillFloatTransparenceItem::PutValue( const css::uno::Any& rVal, sal_uInt8 || MID_GRADIENT_ENDINTENSITY == nMemberId || MID_GRADIENT_STEPCOUNT == nMemberId) { - // tdf#155913 handle attributes not suppoted by transparency gradient as error + // tdf#155913 handle attributes not supported by transparency gradient as error return false; } |