summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unopool.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/unopool.cxx')
-rw-r--r--sd/source/ui/unoidl/unopool.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/unopool.cxx b/sd/source/ui/unoidl/unopool.cxx
index bee9100319e4..33573b3bea49 100644
--- a/sd/source/ui/unoidl/unopool.cxx
+++ b/sd/source/ui/unoidl/unopool.cxx
@@ -71,7 +71,7 @@ void SdUnoDrawPool::putAny( SfxItemPool* pPool, const comphelper::PropertyMapEnt
if( rValue >>= aLocale )
mpDrawModel->SetLanguage(
SdUnoGetLanguage( aLocale ),
- (sal_uInt16)pEntry->mnHandle );
+ static_cast<sal_uInt16>(pEntry->mnHandle) );
}
}
SvxUnoDrawPool::putAny( pPool, pEntry, rValue );