From 491b348a64699332142febef90534aa9f70d5156 Mon Sep 17 00:00:00 2001 From: Jacobo Aragunde PĂ©rez Date: Thu, 30 Jan 2014 16:10:34 +0100 Subject: drawingML: complete the fix of nAlpha param in DrawingML Change-Id: I1aec870ee52180d1b1b96762f69fab94370acbde --- include/oox/export/drawingml.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/oox') 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 ); -- cgit