diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-09 08:17:48 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-09 08:17:48 +0000 |
commit | 4910270025c755cce582bfcd760bce7a023c306e (patch) | |
tree | 954ba081cd9d3eef4fa6eba0f56ee080bb0fb9c7 /desktop/win32 | |
parent | d588db058915462216328c7d938609fdc8079f17 (diff) |
INTEGRATION: CWS oasissysint (1.1.2); FILE ADDED
2004/08/27 16:09:10 hro 1.1.2.1: #i28298# New application launcher binaries
Diffstat (limited to 'desktop/win32')
-rw-r--r-- | desktop/win32/source/applauncher/scalc.cxx | 3 | ||||
-rw-r--r-- | desktop/win32/source/applauncher/sdraw.cxx | 3 | ||||
-rw-r--r-- | desktop/win32/source/applauncher/simpress.cxx | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/desktop/win32/source/applauncher/scalc.cxx b/desktop/win32/source/applauncher/scalc.cxx new file mode 100644 index 000000000000..e2935bbfca37 --- /dev/null +++ b/desktop/win32/source/applauncher/scalc.cxx @@ -0,0 +1,3 @@ +#include "launcher.hxx" + +_TCHAR APPLICATION_SWITCH[] = _T( "-calc" ); diff --git a/desktop/win32/source/applauncher/sdraw.cxx b/desktop/win32/source/applauncher/sdraw.cxx new file mode 100644 index 000000000000..1d7e3a14d6d9 --- /dev/null +++ b/desktop/win32/source/applauncher/sdraw.cxx @@ -0,0 +1,3 @@ +#include "launcher.hxx" + +_TCHAR APPLICATION_SWITCH[] = _T( "-draw" ); diff --git a/desktop/win32/source/applauncher/simpress.cxx b/desktop/win32/source/applauncher/simpress.cxx new file mode 100644 index 000000000000..509fc6a2239b --- /dev/null +++ b/desktop/win32/source/applauncher/simpress.cxx @@ -0,0 +1,3 @@ +#include "launcher.hxx" + +_TCHAR APPLICATION_SWITCH[] = _T( "-impress" ); |