summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-01-30 14:44:56 +0100
committerMichael Stahl <mstahl@redhat.com>2013-01-30 14:44:56 +0100
commit658467e3e10b88a07b6c0c326eec8d35b6cfb338 (patch)
treeb0246394315ccd1a438d36e22fe54cd648c21188 /svx/source/xoutdev
parentabfd688a7d57ada10072bd876b9a85f709ea4007 (diff)
Revert "WaE: declaration of nWhich shadows a member of ´this´"
Diffstat (limited to 'svx/source/xoutdev')
-rw-r--r--svx/source/xoutdev/xattr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx
index 06515876bda8..3607d5ccc493 100644
--- a/svx/source/xoutdev/xattr.cxx
+++ b/svx/source/xoutdev/xattr.cxx
@@ -3169,8 +3169,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)
{
}