summaryrefslogtreecommitdiff
path: root/svl/source/config/ctloptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/config/ctloptions.cxx')
-rw-r--r--svl/source/config/ctloptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/config/ctloptions.cxx b/svl/source/config/ctloptions.cxx
index b2e79acc54fe..93e6c53b54ed 100644
--- a/svl/source/config/ctloptions.cxx
+++ b/svl/source/config/ctloptions.cxx
@@ -150,7 +150,7 @@ void SvtCTLOptions_Impl::ImplCommit()
Any* pValues = aValues.getArray();
sal_Int32 nRealCount = 0;
- const uno::Type& rType = ::getBooleanCppuType();
+ const uno::Type& rType = cppu::UnoType<bool>::get();
for ( int nProp = 0; nProp < nOrgCount; nProp++ )
{