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

New commits:
commit 86c4762790823c338f018fb2f06c4a5fa4497916
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Wed Oct 8 07:27:16 2014 +0200

    sfx2: missing semicolon
    
    Change-Id: Id1c6357c84e03c71136eb92434002e5e0a4b71d7

diff --git a/sfx2/source/appl/shutdownicon.cxx 
b/sfx2/source/appl/shutdownicon.cxx
index 01eaf28..d98b122 100644
--- a/sfx2/source/appl/shutdownicon.cxx
+++ b/sfx2/source/appl/shutdownicon.cxx
@@ -173,7 +173,7 @@ bool LoadModule()
 #  endif // UNX
 #else
         pInitSystray = disabled_initSystray;
-        pDeInitSystray = disabled_deInitSystray
+        pDeInitSystray = disabled_deInitSystray;
         loaded = false;
 #endif // ENABLE_QUICKSTART_APPLET
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to