summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/resultset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/provider/resultset.cxx')
-rw-r--r--ucbhelper/source/provider/resultset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/provider/resultset.cxx b/ucbhelper/source/provider/resultset.cxx
index 3a94891b26ff..231585c92793 100644
--- a/ucbhelper/source/provider/resultset.cxx
+++ b/ucbhelper/source/provider/resultset.cxx
@@ -51,7 +51,7 @@ static const uno::Type& sal_Int32_getCppuType()
static const uno::Type& sal_Bool_getCppuType()
{
- return getCppuBooleanType();
+ return cppu::UnoType<bool>::get();
}
static const PropertyInfo aPropertyTable[] =