summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-04-24 01:25:49 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-04-27 08:21:56 +0200
commit5302c78163934b58ac6ee0506b211f2ce5352fd6 (patch)
tree9f8c5d2f6d0a5baf1953c52b7c5a01a3ad4a6143 /vcl
parent5455516b006330bf16928cea9f574d00037bd536 (diff)
vcl: lUserId -> nUserId
Change-Id: I7617b25b1d63fc2926c1b500830ba3c1ddc8105c Reviewed-on: https://gerrit.libreoffice.org/36857 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/errinf.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/window/errinf.cxx b/vcl/source/window/errinf.cxx
index b6ed18d616c1..00091c52de39 100644
--- a/vcl/source/window/errinf.cxx
+++ b/vcl/source/window/errinf.cxx
@@ -140,8 +140,8 @@ DialogMask DynamicErrorInfo::GetDialogMask() const
}
StringErrorInfo::StringErrorInfo(
- sal_uInt32 UserId, const OUString& aStringP, DialogMask nMask)
-: DynamicErrorInfo(UserId, nMask), aString(aStringP)
+ sal_uInt32 nUserId, const OUString& aStringP, DialogMask nMask)
+: DynamicErrorInfo(nUserId, nMask), aString(aStringP)
{
}