summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/controls/unocontrolbase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/unocontrolbase.cxx b/toolkit/source/controls/unocontrolbase.cxx
index 0993d75a7d28..6ad663687ccb 100644
--- a/toolkit/source/controls/unocontrolbase.cxx
+++ b/toolkit/source/controls/unocontrolbase.cxx
@@ -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 )