diff options
Diffstat (limited to 'sd/source/ui/dlg/tpoption.cxx')
-rw-r--r-- | sd/source/ui/dlg/tpoption.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/tpoption.cxx b/sd/source/ui/dlg/tpoption.cxx index 35c5cb3435af..9db0f1a6c57b 100644 --- a/sd/source/ui/dlg/tpoption.cxx +++ b/sd/source/ui/dlg/tpoption.cxx @@ -329,7 +329,7 @@ void SdTpOptionsMisc::ActivatePage( const SfxItemSet& rSet ) // the metric is set) const SfxPoolItem* pAttr = NULL; if( SfxItemState::SET == rSet.GetItemState( SID_ATTR_METRIC , false, - (const SfxPoolItem**)&pAttr )) + &pAttr )) { const SfxUInt16Item* pItem = static_cast<const SfxUInt16Item*>(pAttr); |