summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 16:41:03 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 16:41:03 +0000
commit2e2fa6ce7ab8d0f5440c6cfdb9ffaec7e1a27c09 (patch)
treee753276cb0d82e25e0f3e9e3554211999569c777 /sfx2
parent880c3fe9d495ae7ef03bdca756208dac5953f7b2 (diff)
INTEGRATION: CWS aquavcl05_DEV300 (1.25.76); FILE MERGED
2008/02/07 15:02:29 pl 1.25.76.2: #i67502# fix impress URL 2008/02/05 10:59:13 pl 1.25.76.1: #i67502# implement quickstarter for aqua
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/shutdownicon.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sfx2/source/appl/shutdownicon.hxx b/sfx2/source/appl/shutdownicon.hxx
index 961d8376218b..6adc4e65b90b 100644
--- a/sfx2/source/appl/shutdownicon.hxx
+++ b/sfx2/source/appl/shutdownicon.hxx
@@ -70,7 +70,7 @@ typedef ::cppu::WeakComponentImplHelper4<
#define WRITER_URL "private:factory/swriter"
#define CALC_URL "private:factory/scalc"
#define IMPRESS_URL "private:factory/simpress"
-#define IMPRESS_WIZARD_URL "private:factory/simpress?slot=10425"
+#define IMPRESS_WIZARD_URL "private:factory/simpress?slot=6686"
#define DRAW_URL "private:factory/sdraw"
#define MATH_URL "private:factory/smath"
#define BASE_URL "private:factory/sdatabase?Interactive"
@@ -191,6 +191,9 @@ extern "C" {
// builtin win32 systray
void win32_init_sys_tray();
void win32_shutdown_sys_tray();
+# elif defined QUARTZ
+ void aqua_init_systray();
+ void aqua_shutdown_systray();
# endif
// external plugin systray impl.
void plugin_init_sys_tray();