summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-22 16:15:12 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-22 16:15:12 +0000
commit70a42a07f5432b3c797b3dc900d48bd8635dbceb (patch)
tree7ca91bde0ef5a381029fe30d6b66e0f0edb0cd97 /desktop
parent8a9d00021f9276023556b2231b73f4b85fc1d028 (diff)
INTEGRATION: CWS os2port03 (1.1.2); FILE ADDED
2008/01/24 18:19:24 ydario 1.1.2.1: Add of OS/2 binary wrappers. Issue number:i85203 Submitted by:ydario
Diffstat (limited to 'desktop')
-rw-r--r--desktop/os2/source/applauncher/officeloader.cxx3
-rw-r--r--desktop/os2/source/applauncher/quickstart.cxx3
-rw-r--r--desktop/os2/source/applauncher/sbase.cxx3
-rw-r--r--desktop/os2/source/applauncher/scalc.cxx3
-rw-r--r--desktop/os2/source/applauncher/sdraw.cxx3
-rw-r--r--desktop/os2/source/applauncher/simpress.cxx3
-rw-r--r--desktop/os2/source/applauncher/smath.cxx3
-rw-r--r--desktop/os2/source/applauncher/swriter.cxx3
8 files changed, 24 insertions, 0 deletions
diff --git a/desktop/os2/source/applauncher/officeloader.cxx b/desktop/os2/source/applauncher/officeloader.cxx
new file mode 100644
index 0000000000..9a664ab68d
--- /dev/null
+++ b/desktop/os2/source/applauncher/officeloader.cxx
@@ -0,0 +1,3 @@
+#include "launcher.hxx"
+
+CHAR APPLICATION_SWITCH[] = ( "" );
diff --git a/desktop/os2/source/applauncher/quickstart.cxx b/desktop/os2/source/applauncher/quickstart.cxx
new file mode 100644
index 0000000000..63585434bb
--- /dev/null
+++ b/desktop/os2/source/applauncher/quickstart.cxx
@@ -0,0 +1,3 @@
+#include "launcher.hxx"
+
+CHAR APPLICATION_SWITCH[] = ( "-quickstart" );
diff --git a/desktop/os2/source/applauncher/sbase.cxx b/desktop/os2/source/applauncher/sbase.cxx
new file mode 100644
index 0000000000..a60a46be4c
--- /dev/null
+++ b/desktop/os2/source/applauncher/sbase.cxx
@@ -0,0 +1,3 @@
+#include "launcher.hxx"
+
+CHAR APPLICATION_SWITCH[] = ( "-base" );
diff --git a/desktop/os2/source/applauncher/scalc.cxx b/desktop/os2/source/applauncher/scalc.cxx
new file mode 100644
index 0000000000..dc4470ca08
--- /dev/null
+++ b/desktop/os2/source/applauncher/scalc.cxx
@@ -0,0 +1,3 @@
+#include "launcher.hxx"
+
+CHAR APPLICATION_SWITCH[] = ( "-calc" );
diff --git a/desktop/os2/source/applauncher/sdraw.cxx b/desktop/os2/source/applauncher/sdraw.cxx
new file mode 100644
index 0000000000..76893e1f4f
--- /dev/null
+++ b/desktop/os2/source/applauncher/sdraw.cxx
@@ -0,0 +1,3 @@
+#include "launcher.hxx"
+
+CHAR APPLICATION_SWITCH[] = ( "-draw" );
diff --git a/desktop/os2/source/applauncher/simpress.cxx b/desktop/os2/source/applauncher/simpress.cxx
new file mode 100644
index 0000000000..15f03ab7af
--- /dev/null
+++ b/desktop/os2/source/applauncher/simpress.cxx
@@ -0,0 +1,3 @@
+#include "launcher.hxx"
+
+CHAR APPLICATION_SWITCH[] = ( "-impress" );
diff --git a/desktop/os2/source/applauncher/smath.cxx b/desktop/os2/source/applauncher/smath.cxx
new file mode 100644
index 0000000000..cad0b8631e
--- /dev/null
+++ b/desktop/os2/source/applauncher/smath.cxx
@@ -0,0 +1,3 @@
+#include "launcher.hxx"
+
+CHAR APPLICATION_SWITCH[] = ( "-math" );
diff --git a/desktop/os2/source/applauncher/swriter.cxx b/desktop/os2/source/applauncher/swriter.cxx
new file mode 100644
index 0000000000..ded9cf089d
--- /dev/null
+++ b/desktop/os2/source/applauncher/swriter.cxx
@@ -0,0 +1,3 @@
+#include "launcher.hxx"
+
+CHAR APPLICATION_SWITCH[] = ( "-writer" );