diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2014-01-30 16:10:34 +0100 |
---|---|---|
committer | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2014-01-30 16:11:21 +0100 |
commit | 491b348a64699332142febef90534aa9f70d5156 (patch) | |
tree | e907349b997970a98d2c1186677a70037ccc3aad /include/oox | |
parent | 2d01704330cbabb6d87609f3dbc3f2786bec41e4 (diff) |
drawingML: complete the fix of nAlpha param in DrawingML
Change-Id: I1aec870ee52180d1b1b96762f69fab94370acbde
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/export/drawingml.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/export/drawingml.hxx b/include/oox/export/drawingml.hxx index 08fb539992fc..f2ec9e750b2c 100644 --- a/include/oox/export/drawingml.hxx +++ b/include/oox/export/drawingml.hxx @@ -116,7 +116,7 @@ public: OUString WriteImage( const Graphic &rGraphic ); - void WriteColor( sal_uInt32 nColor, sal_Int32 nAlpha = 0 ); + void WriteColor( sal_uInt32 nColor, sal_Int32 nAlpha = MAX_PERCENT ); void WriteGradientStop( sal_uInt16 nStop, sal_uInt32 nColor ); void WriteLineArrow( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet, sal_Bool bLineStart ); void WriteConnectorConnections( EscherConnectorListEntry& rConnectorEntry, sal_Int32 nStartID, sal_Int32 nEndID ); |