diff options
Diffstat (limited to 'comphelper/source')
-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 983b2bba4c91..3ba2c135c81a 100644 --- a/comphelper/source/property/propagg.cxx +++ b/comphelper/source/property/propagg.cxx @@ -111,7 +111,7 @@ OPropertyArrayAggregationHelper::OPropertyArrayAggregationHelper( sal_Int32 nHandle = -1; // ask the infor service first if ( _pInfoService ) - nHandle = _pInfoService->getPreferedPropertyId( pMergedProps->Name ); + nHandle = _pInfoService->getPreferredPropertyId( pMergedProps->Name ); if ( -1 == nHandle ) // no handle from the info service -> default |