[Libreoffice-commits] .: desktop/win32
Jan Holesovsky
kendy at kemper.freedesktop.org
Mon Oct 31 07:27:44 PDT 2011
desktop/win32/source/applauncher/sbase.cxx | 2 +-
desktop/win32/source/applauncher/scalc.cxx | 2 +-
desktop/win32/source/applauncher/sdraw.cxx | 2 +-
desktop/win32/source/applauncher/simpress.cxx | 2 +-
desktop/win32/source/applauncher/smath.cxx | 2 +-
desktop/win32/source/applauncher/sweb.cxx | 2 +-
desktop/win32/source/applauncher/swriter.cxx | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
New commits:
commit 79228bb177bc9ebe847509d761630663b9c488ef
Author: Jan Holesovsky <kendy at suse.cz>
Date: Mon Oct 31 15:25:14 2011 +0100
The -something switches are obsolete, use --something instead.
diff --git a/desktop/win32/source/applauncher/sbase.cxx b/desktop/win32/source/applauncher/sbase.cxx
index 9a1f31d..5fbbd15 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 ceca63e..1a56bd6 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 034a7c4..e3f0a53 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 cd01d01..9397e24 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 3e670cd..d1e50c5 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 1c2fd8e..bbe2c77 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 1909cb9..5e41003 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: */
More information about the Libreoffice-commits
mailing list