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