diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-26 22:57:11 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-26 22:57:11 +0200 |
commit | 4cda79cec3fe54b6859ec8ca550f4453ace7fcb2 (patch) | |
tree | 20f74e7859de846478172ddc06230d3844d59184 /sfx2 | |
parent | 977c50178f804dad2817bca98cb9b26affd5bf9a (diff) |
loplugin:staticcall
Change-Id: Idea97df52106af64f6c5605460756d48296551e2
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/shutdowniconaqua.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/shutdowniconaqua.mm b/sfx2/source/appl/shutdowniconaqua.mm index 7218061aa140..24458adcef7d 100644 --- a/sfx2/source/appl/shutdowniconaqua.mm +++ b/sfx2/source/appl/shutdowniconaqua.mm @@ -399,7 +399,7 @@ void aqua_init_systray() // disable shutdown pShutdownIcon->SetVeto( true ); - pShutdownIcon->addTerminateListener(); + ShutdownIcon::addTerminateListener(); if( ! pDefMenu ) { |