summaryrefslogtreecommitdiff
path: root/toolkit/source/helper/unopropertyarrayhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/helper/unopropertyarrayhelper.cxx')
-rw-r--r--toolkit/source/helper/unopropertyarrayhelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/helper/unopropertyarrayhelper.cxx b/toolkit/source/helper/unopropertyarrayhelper.cxx
index 14b7dec3189c..d8658952590a 100644
--- a/toolkit/source/helper/unopropertyarrayhelper.cxx
+++ b/toolkit/source/helper/unopropertyarrayhelper.cxx
@@ -46,7 +46,7 @@ bool UnoPropertyArrayHelper::ImplHasProperty( sal_uInt16 nPropId ) const
if ( ( nPropId >= BASEPROPERTY_FONTDESCRIPTORPART_START ) && ( nPropId <= BASEPROPERTY_FONTDESCRIPTORPART_END ) )
nPropId = BASEPROPERTY_FONTDESCRIPTOR;
- return maIDs.find( nPropId ) != maIDs.end() ? sal_True : sal_False;
+ return maIDs.find( nPropId ) != maIDs.end() ? true : false;
}
// ::cppu::IPropertyArrayHelper