From 3d784c4af6e0fdde0b7e555ad940bc13a61c2a22 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 26 Oct 2015 09:11:28 +0200 Subject: remove extra spaces around :: just makes it harder to grep for methods Change-Id: I0925db2f9284972fcf7e1e3adf90cbe21f69eb15 --- comphelper/source/property/propagg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comphelper') 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 ); } -- cgit