summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/shutdownicon.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx
index 01eaf2848df9..d98b122c633d 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
}