summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/shutdowniconw32.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-28 12:24:54 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-28 12:24:54 +0000
commitf85152c8877807150a26ec054ddd0bd1536000ae (patch)
tree698ddf717908fc5e3b095e0a9a049b3da4088db3 /sfx2/source/appl/shutdowniconw32.cxx
parent0a98fb4eee14cf6fa37f80a9fc627b1c3da66de3 (diff)
INTEGRATION: CWS fwk04 (1.23.38); FILE MERGED
2003/05/27 10:50:47 hro 1.23.38.3: #108850# Use URL without parameters for SvFileInformationManager::GetDescription 2003/05/26 21:28:41 cd 1.23.38.2: RESYNC: (1.23-1.24); FILE MERGED 2003/05/26 15:14:57 hro 1.23.38.1: #108850# Start impress with slot 10425 to show autopilot
Diffstat (limited to 'sfx2/source/appl/shutdowniconw32.cxx')
-rw-r--r--sfx2/source/appl/shutdowniconw32.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/appl/shutdowniconw32.cxx b/sfx2/source/appl/shutdowniconw32.cxx
index 8052c05b3b..f8bf955499 100644
--- a/sfx2/source/appl/shutdowniconw32.cxx
+++ b/sfx2/source/appl/shutdowniconw32.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shutdowniconw32.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: vg $ $Date: 2003-05-22 08:59:56 $
+ * last change: $Author: vg $ $Date: 2003-05-28 13:24:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -127,6 +127,7 @@ using namespace ::osl;
#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 DRAW_URL "private:factory/sdraw"
#define MATH_URL "private:factory/smath"
@@ -494,7 +495,7 @@ LRESULT CALLBACK executerWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lP
break;
case IDM_IMPRESS:
if (checkOEM())
- ShutdownIcon::OpenURL( OUString( RTL_CONSTASCII_USTRINGPARAM( IMPRESS_URL ) ), OUString( RTL_CONSTASCII_USTRINGPARAM( "_default" ) ) );
+ ShutdownIcon::OpenURL( OUString( RTL_CONSTASCII_USTRINGPARAM( IMPRESS_WIZARD_URL ) ), OUString( RTL_CONSTASCII_USTRINGPARAM( "_default" ) ) );
break;
case IDM_DRAW:
if (checkOEM())