summaryrefslogtreecommitdiff
path: root/desktop/win32
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-10-31 15:25:14 +0100
committerJan Holesovsky <kendy@suse.cz>2011-10-31 15:27:32 +0100
commit79228bb177bc9ebe847509d761630663b9c488ef (patch)
treeb40471ac3f3692be725b8db3b244743ce375f274 /desktop/win32
parent3c3f1e3959ccfbd6427ae6610daa4c961559ba69 (diff)
The -something switches are obsolete, use --something instead.
Diffstat (limited to 'desktop/win32')
-rw-r--r--desktop/win32/source/applauncher/sbase.cxx2
-rw-r--r--desktop/win32/source/applauncher/scalc.cxx2
-rw-r--r--desktop/win32/source/applauncher/sdraw.cxx2
-rw-r--r--desktop/win32/source/applauncher/simpress.cxx2
-rw-r--r--desktop/win32/source/applauncher/smath.cxx2
-rw-r--r--desktop/win32/source/applauncher/sweb.cxx2
-rw-r--r--desktop/win32/source/applauncher/swriter.cxx2
7 files changed, 7 insertions, 7 deletions
diff --git a/desktop/win32/source/applauncher/sbase.cxx b/desktop/win32/source/applauncher/sbase.cxx
index 9a1f31d3dce0..5fbbd157927f 100644
--- a/desktop/win32/source/applauncher/sbase.cxx
+++ b/desktop/win32/source/applauncher/sbase.cxx
@@ -32,6 +32,6 @@
#include "launcher.hxx"
-_TCHAR APPLICATION_SWITCH[] = _T( "-base" );
+_TCHAR APPLICATION_SWITCH[] = _T( "--base" );
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/desktop/win32/source/applauncher/scalc.cxx b/desktop/win32/source/applauncher/scalc.cxx
index ceca63e14450..1a56bd635980 100644
--- a/desktop/win32/source/applauncher/scalc.cxx
+++ b/desktop/win32/source/applauncher/scalc.cxx
@@ -32,6 +32,6 @@
#include "launcher.hxx"
-_TCHAR APPLICATION_SWITCH[] = _T( "-calc" );
+_TCHAR APPLICATION_SWITCH[] = _T( "--calc" );
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/desktop/win32/source/applauncher/sdraw.cxx b/desktop/win32/source/applauncher/sdraw.cxx
index 034a7c4f949c..e3f0a5364769 100644
--- a/desktop/win32/source/applauncher/sdraw.cxx
+++ b/desktop/win32/source/applauncher/sdraw.cxx
@@ -32,6 +32,6 @@
#include "launcher.hxx"
-_TCHAR APPLICATION_SWITCH[] = _T( "-draw" );
+_TCHAR APPLICATION_SWITCH[] = _T( "--draw" );
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/desktop/win32/source/applauncher/simpress.cxx b/desktop/win32/source/applauncher/simpress.cxx
index cd01d01b346d..9397e246b437 100644
--- a/desktop/win32/source/applauncher/simpress.cxx
+++ b/desktop/win32/source/applauncher/simpress.cxx
@@ -32,6 +32,6 @@
#include "launcher.hxx"
-_TCHAR APPLICATION_SWITCH[] = _T( "-impress" );
+_TCHAR APPLICATION_SWITCH[] = _T( "--impress" );
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/desktop/win32/source/applauncher/smath.cxx b/desktop/win32/source/applauncher/smath.cxx
index 3e670cd8e692..d1e50c5c9642 100644
--- a/desktop/win32/source/applauncher/smath.cxx
+++ b/desktop/win32/source/applauncher/smath.cxx
@@ -32,6 +32,6 @@
#include "launcher.hxx"
-_TCHAR APPLICATION_SWITCH[] = _T( "-math" );
+_TCHAR APPLICATION_SWITCH[] = _T( "--math" );
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/desktop/win32/source/applauncher/sweb.cxx b/desktop/win32/source/applauncher/sweb.cxx
index 1c2fd8eabd6c..bbe2c7724bda 100644
--- a/desktop/win32/source/applauncher/sweb.cxx
+++ b/desktop/win32/source/applauncher/sweb.cxx
@@ -32,6 +32,6 @@
#include "launcher.hxx"
-_TCHAR APPLICATION_SWITCH[] = _T( "-web" );
+_TCHAR APPLICATION_SWITCH[] = _T( "--web" );
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/desktop/win32/source/applauncher/swriter.cxx b/desktop/win32/source/applauncher/swriter.cxx
index 1909cb97cded..5e4100387a2e 100644
--- a/desktop/win32/source/applauncher/swriter.cxx
+++ b/desktop/win32/source/applauncher/swriter.cxx
@@ -30,6 +30,6 @@
#include "launcher.hxx"
-_TCHAR APPLICATION_SWITCH[] = _T( "-writer" );
+_TCHAR APPLICATION_SWITCH[] = _T( "--writer" );
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */