Kaydet (Commit) 35e26c8a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Some more sal_Bool -> bool

Change-Id: Ibb07e8c5b9ef44dac5ce23c590783c1462c532d7
üst da81ff5c
...@@ -138,7 +138,7 @@ template <typename T> T UnoControlBase::ImplGetPropertyValueClass( sal_uInt16 nP ...@@ -138,7 +138,7 @@ template <typename T> T UnoControlBase::ImplGetPropertyValueClass( sal_uInt16 nP
bool UnoControlBase::ImplGetPropertyValue_BOOL( sal_uInt16 nProp ) bool UnoControlBase::ImplGetPropertyValue_BOOL( sal_uInt16 nProp )
{ {
return ImplGetPropertyValuePOD<sal_Bool>(nProp); return ImplGetPropertyValuePOD<bool>(nProp);
} }
sal_Int16 UnoControlBase::ImplGetPropertyValue_INT16( sal_uInt16 nProp ) sal_Int16 UnoControlBase::ImplGetPropertyValue_INT16( sal_uInt16 nProp )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment