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

Unnecessary cast

Change-Id: I7e9cd165311494d3b2a8386dcaf2f3840449395a
(cherry picked from commit 1ad3acc8)
üst 2ea4a33f
...@@ -78,7 +78,7 @@ void SaveAsMenuController::impl_setPopupMenu() ...@@ -78,7 +78,7 @@ void SaveAsMenuController::impl_setPopupMenu()
SolarMutexGuard aSolarMutexGuard; SolarMutexGuard aSolarMutexGuard;
if ( pPopupMenu ) if ( pPopupMenu )
pVCLPopupMenu = static_cast<PopupMenu *>(pPopupMenu->GetMenu()); pVCLPopupMenu = pPopupMenu->GetMenu();
if ( pVCLPopupMenu ) 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