[Libreoffice-commits] core.git: sfx2/source

Stephan Bergmann sbergman at redhat.com
Thu Jun 26 13:57:37 PDT 2014


 sfx2/source/appl/shutdowniconaqua.mm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4cda79cec3fe54b6859ec8ca550f4453ace7fcb2
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Jun 26 22:57:11 2014 +0200

    loplugin:staticcall
    
    Change-Id: Idea97df52106af64f6c5605460756d48296551e2

diff --git a/sfx2/source/appl/shutdowniconaqua.mm b/sfx2/source/appl/shutdowniconaqua.mm
index 7218061..24458ad 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 )
     {


More information about the Libreoffice-commits mailing list