summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-11-04 12:34:19 +0000
committerMichael Meeks <michael.meeks@suse.com>2011-11-04 12:34:19 +0000
commit9b699a2ce1e70f4752de9b9184765f46ffd274f8 (patch)
treef5ebc233df8bfa667c3c8a380fda18d4c1024f23
parente4bc48f37f086ce5658cecfabb9af082f19c5b01 (diff)
WaE: calm down windows shutdownicon warning
-rw-r--r--sfx2/source/appl/shutdownicon.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx
index 82c1af73e74c..81b814e8751c 100644
--- a/sfx2/source/appl/shutdownicon.cxx
+++ b/sfx2/source/appl/shutdownicon.cxx
@@ -116,11 +116,14 @@ SFX_IMPL_ONEINSTANCEFACTORY( ShutdownIcon );
bool ShutdownIcon::bModalMode = false;
ShutdownIcon* ShutdownIcon::pShutdownIcon = NULL;
+#if !defined( ENABLE_QUICKSTART_APPLET ) || defined( UNX )
// To remove conditionals
extern "C" {
static void disabled_initSystray() { }
static void disabled_deInitSystray() { }
}
+#endif
+
#define DOSTRING( x ) #x
#define STRING( x ) DOSTRING( x )