Kaydet (Commit) d7036ac1 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

Fix wrong variable name in Smooth filter parameters class.

Change-Id: I4ad84a293f662a6e191758c30660ac11142aa3eb
üst 05363527
......@@ -200,7 +200,7 @@ public:
BmpFilterParam( double nRadius, sal_uLong nProgressStart = 0, sal_uLong nProgressEnd = 0 ) :
meFilter( BMP_FILTER_SMOOTH ), mnProgressStart( nProgressStart ), mnProgressEnd( nProgressEnd ),
mnRadius( cSolarGreyThreshold ) {}
mnRadius( nRadius ) {}
BmpFilterParam( sal_uInt16 nSepiaPercent, sal_uLong nProgressStart = 0, sal_uLong nProgressEnd = 0 ) :
meFilter( BMP_FILTER_SEPIA ), mnProgressStart( nProgressStart ), mnProgressEnd( nProgressEnd ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment