Some more sal_Bool -> bool
Change-Id: Ibb07e8c5b9ef44dac5ce23c590783c1462c532d7
This commit is contained in:
@@ -138,7 +138,7 @@ template <typename T> T UnoControlBase::ImplGetPropertyValueClass( sal_uInt16 nP
|
||||
|
||||
bool UnoControlBase::ImplGetPropertyValue_BOOL( sal_uInt16 nProp )
|
||||
{
|
||||
return ImplGetPropertyValuePOD<sal_Bool>(nProp);
|
||||
return ImplGetPropertyValuePOD<bool>(nProp);
|
||||
}
|
||||
|
||||
sal_Int16 UnoControlBase::ImplGetPropertyValue_INT16( sal_uInt16 nProp )
|
||||
|
Reference in New Issue
Block a user