diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-07 15:56:13 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-07 18:59:55 +0200 |
commit | a465a96a0ae90e115dec26c4e51f1114feb936ac (patch) | |
tree | 15379187ec657f75ff5e9459db409b5b2735b1b0 /configmgr | |
parent | a291c8fbaa7734cc8002c907a36bd286eb4faa1a (diff) |
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: I7bc9219d2e04e68f8b2bd8802f60098669d28e44
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/components.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx index 5b6271b370f5..0b8e5f608989 100644 --- a/configmgr/source/components.cxx +++ b/configmgr/source/components.cxx @@ -83,7 +83,7 @@ struct UnresolvedListItem { UnresolvedListItem( OUString const & theName, - rtl::Reference< ParseManager > theManager): + rtl::Reference< ParseManager > const & theManager): name(theName), manager(theManager) {} }; |