comphelper,connectivity: prefer passing OUString by reference

Change-Id: I19b2613918ec62ee39bb3e447f3587c5dba1e36a
This commit is contained in:
Noel Grandin
2014-03-14 07:46:08 +02:00
parent eb4fb12fdb
commit 358be80f65
74 changed files with 90 additions and 90 deletions

View File

@@ -119,7 +119,7 @@ namespace connectivity
OUString m_sForbiddenQueryName;
public:
ForbidQueryName( OSQLParseTreeIteratorImpl& _rIteratorImpl, const OUString _rForbiddenQueryName )
ForbidQueryName( OSQLParseTreeIteratorImpl& _rIteratorImpl, const OUString& _rForbiddenQueryName )
:m_rpAllForbiddenNames( _rIteratorImpl.m_pForbiddenQueryNames )
,m_sForbiddenQueryName( _rForbiddenQueryName )
{