diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-10-31 15:25:14 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-10-31 15:27:32 +0100 |
commit | 79228bb177bc9ebe847509d761630663b9c488ef (patch) | |
tree | b40471ac3f3692be725b8db3b244743ce375f274 /desktop | |
parent | 3c3f1e3959ccfbd6427ae6610daa4c961559ba69 (diff) |
The -something switches are obsolete, use --something instead.
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/win32/source/applauncher/sbase.cxx | 2 | ||||
-rw-r--r-- | desktop/win32/source/applauncher/scalc.cxx | 2 | ||||
-rw-r--r-- | desktop/win32/source/applauncher/sdraw.cxx | 2 | ||||
-rw-r--r-- | desktop/win32/source/applauncher/simpress.cxx | 2 | ||||
-rw-r--r-- | desktop/win32/source/applauncher/smath.cxx | 2 | ||||
-rw-r--r-- | desktop/win32/source/applauncher/sweb.cxx | 2 | ||||
-rw-r--r-- | desktop/win32/source/applauncher/swriter.cxx | 2 |
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: */ |