diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-01-30 14:44:56 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-01-30 14:44:56 +0100 |
commit | 658467e3e10b88a07b6c0c326eec8d35b6cfb338 (patch) | |
tree | b0246394315ccd1a438d36e22fe54cd648c21188 /svx/source/xoutdev/xattr.cxx | |
parent | abfd688a7d57ada10072bd876b9a85f709ea4007 (diff) |
Revert "WaE: declaration of nWhich shadows a member of ´this´"
This reverts commit 984ac8a7b4af06147a113845899ec918d5934921.
Problem was fixed already by 9ad661e5740142a95893e91e4c138caee2abe7c2
Diffstat (limited to 'svx/source/xoutdev/xattr.cxx')
-rw-r--r-- | svx/source/xoutdev/xattr.cxx | 4 |
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) { } |