diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-07 14:40:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-07 15:27:38 +0200 |
commit | 959ace5861ca8dbb5fbec7a1954eeeb3b93ae4f3 (patch) | |
tree | 7213673c1ee87c1706416b5bf037fb14dc1580cc /sw/source/ui/dbui/mmresultdialogs.cxx | |
parent | 22d5927000a32c54b0ba0355ca9c0999d3b00fb7 (diff) |
loplugin:constparams in sw part10
Change-Id: I7d708c3e6157d0b8690b433d3363d2c0745b2410
Reviewed-on: https://gerrit.libreoffice.org/40832
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/ui/dbui/mmresultdialogs.cxx')
-rw-r--r-- | sw/source/ui/dbui/mmresultdialogs.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/mmresultdialogs.cxx b/sw/source/ui/dbui/mmresultdialogs.cxx index b31130733e9a..09499d3a7dc9 100644 --- a/sw/source/ui/dbui/mmresultdialogs.cxx +++ b/sw/source/ui/dbui/mmresultdialogs.cxx @@ -97,7 +97,7 @@ static OUString lcl_GetExtensionForDocType(sal_uLong nDocType) return sExtension; } -static OUString lcl_GetColumnValueOf(const OUString& rColumn, Reference < container::XNameAccess>& rxColAccess ) +static OUString lcl_GetColumnValueOf(const OUString& rColumn, Reference < container::XNameAccess> const & rxColAccess ) { OUString sRet; try |