diff options
author | David Tardon <dtardon@redhat.com> | 2017-04-27 08:41:19 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2017-04-27 08:41:19 +0200 |
commit | a5aeec9b1c44ad321270260384c5a8b11ed2ba08 (patch) | |
tree | 1238d3986d8eacc59bf262a5a41310824ad15a43 | |
parent | 7d71451e8e0226d3f3f523611f55132eda6ec10f (diff) |
WaE: declaration of ‘nUserId’ shadows a member of ‘StringErrorInfo’
Change-Id: I027346fb3c98e830b9515ae842cb5a3fb231420d
-rw-r--r-- | vcl/source/window/errinf.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/window/errinf.cxx b/vcl/source/window/errinf.cxx index 0db74341ff9f..7080cb013c04 100644 --- a/vcl/source/window/errinf.cxx +++ b/vcl/source/window/errinf.cxx @@ -309,8 +309,8 @@ DialogMask DynamicErrorInfo::GetDialogMask() const } StringErrorInfo::StringErrorInfo( - sal_uInt32 nUserId, const OUString& aStringP, DialogMask nMask) -: DynamicErrorInfo(nUserId, nMask), aString(aStringP) + sal_uInt32 nArgUserId, const OUString& aStringP, DialogMask nMask) +: DynamicErrorInfo(nArgUserId, nMask), aString(aStringP) { } |