Kaydet (Commit) d8cb22fe authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:staticcall

Change-Id: I27c1e94ab94aa242cf73732f3402b169d6d48238
üst 6052a839
...@@ -472,9 +472,9 @@ void aqua_init_systray() ...@@ -472,9 +472,9 @@ void aqua_init_systray()
// menu => also let not appear it in the quickstarter // menu => also let not appear it in the quickstarter
continue; continue;
rtl::OUString aKeyEquiv( getShortCut( pShutdownIcon->GetUrlDescription( sURL ) ) ); rtl::OUString aKeyEquiv( getShortCut( ShutdownIcon::GetUrlDescription( sURL ) ) );
appendMenuItem( pMenu, pDockMenu, pShutdownIcon->GetUrlDescription( sURL ), aMenuItems[i].nMenuTag, aKeyEquiv ); appendMenuItem( pMenu, pDockMenu, ShutdownIcon::GetUrlDescription( sURL ), aMenuItems[i].nMenuTag, aKeyEquiv );
} }
// insert the remaining menu entries // insert the remaining menu entries
......
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