summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/shutdownicon.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-11-09 08:59:40 +0000
committerRüdiger Timm <rt@openoffice.org>2006-11-09 08:59:40 +0000
commitfa7aa1c876b588e4005dd3210731b9ec6936a33c (patch)
tree05a4513abe47346b8ee8d86606765c91840997c8 /sfx2/source/appl/shutdownicon.cxx
parent336fed1001e6a9102f9fa5c816514b74bebdc137 (diff)
#i10000# Avoid warning about unreachable statement.
Diffstat (limited to 'sfx2/source/appl/shutdownicon.cxx')
-rw-r--r--sfx2/source/appl/shutdownicon.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx
index f5aa4709bd27..588ece3a616a 100644
--- a/sfx2/source/appl/shutdownicon.cxx
+++ b/sfx2/source/appl/shutdownicon.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: shutdownicon.cxx,v $
*
- * $Revision: 1.51 $
+ * $Revision: 1.52 $
*
- * last change: $Author: kz $ $Date: 2006-11-07 15:31:27 $
+ * last change: $Author: rt $ $Date: 2006-11-09 09:59:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -692,10 +692,11 @@ bool ShutdownIcon::IsQuickstarterInstalled()
{
#ifndef ENABLE_QUICKSTART_APPLET
return false;
-#endif // !ENABLE_QUICKSTART_APPLET
+#else // !ENABLE_QUICKSTART_APPLET
#ifdef UNX
return LoadModule( NULL, NULL, NULL);
#endif // UNX
+#endif // !ENABLE_QUICKSTART_APPLET
}
#endif // !WNT