summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/custsdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/custsdlg.cxx')
-rw-r--r--sd/source/ui/dlg/custsdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/custsdlg.cxx b/sd/source/ui/dlg/custsdlg.cxx
index 6e996ddcdfa5..d1c023e9b387 100644
--- a/sd/source/ui/dlg/custsdlg.cxx
+++ b/sd/source/ui/dlg/custsdlg.cxx
@@ -441,7 +441,7 @@ void SdDefineCustomShowDlg::CheckCustomShow()
pEntry != NULL;
pEntry = m_pLbCustomPages->Next( pEntry ) )
{
- SdPage* pPage = (SdPage*) pEntry->GetUserData();
+ SdPage* pPage = static_cast<SdPage*>(pEntry->GetUserData());
rpCustomShow->PagesVector().push_back( pPage );
}
bModified = true;