Author: ydario
Date: Thu Feb 20 15:33:05 2014
New Revision: 1570229
URL: http://svn.apache.org/r1570229
Log:
#i118923# OS/2 port, remove parenthesis around soffice name constant.
Modified:
openoffice/trunk/main/desktop/os2/source/applauncher/launcher.hxx
Modified: openoffice/trunk/main/desktop/os2/source/applauncher/launcher.hxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/os2/source/applauncher/launcher.hxx?rev=1570229&r1=1570228&r2=1570229&view=diff
==============================================================================
--- openoffice/trunk/main/desktop/os2/source/applauncher/launcher.hxx (original)
+++ openoffice/trunk/main/desktop/os2/source/applauncher/launcher.hxx Thu Feb
20 15:33:05 2014
@@ -24,7 +24,7 @@
#define INCL_PM
#include <os2.h>
-#define OFFICE_IMAGE_NAME ("soffice")
+#define OFFICE_IMAGE_NAME "soffice"
extern CHAR APPLICATION_SWITCH[];