[Libreoffice-commits] core.git: Branch 'libreoffice-4-3-3' - sfx2/source
Miklos Vajna
vmiklos at collabora.co.uk
Thu Oct 9 01:21:43 PDT 2014
sfx2/source/appl/shutdownicon.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5d2d9f593ae4c8632684c86d559fa6fa744ae80b
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Wed Oct 8 07:27:16 2014 +0200
sfx2: missing semicolon
Change-Id: Id1c6357c84e03c71136eb92434002e5e0a4b71d7
(cherry picked from commit 86c4762790823c338f018fb2f06c4a5fa4497916)
Signed-off-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx
index 55e1c5e..1b41f68 100644
--- a/sfx2/source/appl/shutdownicon.cxx
+++ b/sfx2/source/appl/shutdownicon.cxx
@@ -172,7 +172,7 @@ bool LoadModule()
# endif // UNX
#else
pInitSystray = disabled_initSystray;
- pDeInitSystray = disabled_deInitSystray
+ pDeInitSystray = disabled_deInitSystray;
loaded = false;
#endif // ENABLE_QUICKSTART_APPLET
}
More information about the Libreoffice-commits
mailing list