Kaydet (Commit) 984ac8a7 authored tarafından Miklos Vajna's avatar Miklos Vajna

WaE: declaration of nWhich shadows a member of ´this´

Change-Id: I0a56ecd13b59997c202acd327e0647f69a1b8db7
üst 668bec99
......@@ -3163,8 +3163,8 @@ XFillGradientItem::XFillGradientItem(sal_Int32 nIndex,
*************************************************************************/
XFillGradientItem::XFillGradientItem(const OUString& rName,
const XGradient& rTheGradient, sal_uInt16 nWhich)
: NameOrIndex(nWhich, rName)
const XGradient& rTheGradient, sal_uInt16 nWhich_)
: NameOrIndex(nWhich_, rName)
, aGradient(rTheGradient)
{
}
......
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