INTEGRATION: CWS os2port03 (1.7.6); FILE MERGED

2008/07/16 12:26:23 obr 1.7.6.3: RESYNC: (1.8-1.14); FILE MERGED
2008/01/15 13:57:41 obr 1.7.6.2: RESYNC: (1.7-1.8); FILE MERGED
2008/01/14 17:01:01 ydario 1.7.6.1: remove slash from macro.hxx, it is used as path separator.
Issue number:i85203
Submitted by:ydario
This commit is contained in:
Oliver Bolte 2008-07-22 16:11:35 +00:00
parent 26ce9ac1f3
commit 04b966247d

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: macro.hxx,v $
* $Revision: 1.14 $
* $Revision: 1.15 $
*
* This file is part of OpenOffice.org.
*
@ -38,7 +38,7 @@
#if defined WIN32
#define THIS_OS "Windows"
#elif defined OS2
#define THIS_OS "OS/2"
#define THIS_OS "OS2"
#elif defined SOLARIS
#define THIS_OS "Solaris"
#elif defined LINUX