diff options
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/property/propagg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/property/propagg.cxx b/comphelper/source/property/propagg.cxx index 931d56101bdd..10da011f70e1 100644 --- a/comphelper/source/property/propagg.cxx +++ b/comphelper/source/property/propagg.cxx @@ -181,7 +181,7 @@ sal_Bool OPropertyArrayAggregationHelper::hasPropertyByName(const OUString& _rPr } -const Property* OPropertyArrayAggregationHelper::findPropertyByName(const :: OUString& _rName ) const +const Property* OPropertyArrayAggregationHelper::findPropertyByName(const OUString& _rName ) const { return lcl_findPropertyByName( m_aProperties, _rName ); } |