loplugin:passstuffbyref in ucbhelper
Change-Id: I70f0774ec2f38c0ba250aee7999d72eaa4a82673 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176110 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
This commit is contained in:
parent
2e60bca0b8
commit
327c5dd146
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ public:
|
|||
*
|
||||
* @return the resultset for that the supplier supplies data.
|
||||
*/
|
||||
rtl::Reference< ResultSet > getResultSet() const { return m_pResultSet; }
|
||||
ResultSet* getResultSet() const { return m_pResultSet; }
|
||||
|
||||
/**
|
||||
* This method returns the identifier string of the content at the
|
||||
|
|
Loading…
Reference in a new issue