summaryrefslogtreecommitdiff
path: root/include/cppu/unotype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppu/unotype.hxx')
-rw-r--r--include/cppu/unotype.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppu/unotype.hxx b/include/cppu/unotype.hxx
index 5fc8ec5d41e3..55711b6012fe 100644
--- a/include/cppu/unotype.hxx
+++ b/include/cppu/unotype.hxx
@@ -120,7 +120,7 @@ cppu_detail_getUnoType(SAL_UNUSED_PARAMETER bool const *) {
}
inline ::com::sun::star::uno::Type const &
-cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::sal_Bool const *) {
+cppu_detail_getUnoType(SAL_UNUSED_PARAMETER sal_Bool const *) {
return ::cppu::detail::getTypeFromTypeClass(::typelib_TypeClass_BOOLEAN);
}