summaryrefslogtreecommitdiff
path: root/desktop/os2/source/applauncher/launcher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/os2/source/applauncher/launcher.hxx')
-rw-r--r--desktop/os2/source/applauncher/launcher.hxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/os2/source/applauncher/launcher.hxx b/desktop/os2/source/applauncher/launcher.hxx
new file mode 100644
index 000000000000..651098ef7382
--- /dev/null
+++ b/desktop/os2/source/applauncher/launcher.hxx
@@ -0,0 +1,11 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+
+#define INCL_DOS
+#define INCL_PM
+#include <os2.h>
+
+#define OFFICE_IMAGE_NAME ("soffice")
+
+extern CHAR APPLICATION_SWITCH[];
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */