Kaydet (Commit) 1ad3acc8 authored tarafından Maxim Monastirsky's avatar Maxim Monastirsky

Unnecessary cast

Change-Id: I7e9cd165311494d3b2a8386dcaf2f3840449395a
üst ae3f1956
......@@ -78,7 +78,7 @@ void SaveAsMenuController::impl_setPopupMenu()
SolarMutexGuard aSolarMutexGuard;
if ( pPopupMenu )
pVCLPopupMenu = static_cast<PopupMenu *>(pPopupMenu->GetMenu());
pVCLPopupMenu = pPopupMenu->GetMenu();
if ( pVCLPopupMenu )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment