summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 12:03:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 12:03:43 +0000
commitb250d91dcc4dc062ab1062cbbf09e7f48b831534 (patch)
tree2d5c6a8abfff638bdc97c468d9e92071cc3bf5ac /tools
parentINTEGRATION: CWS os2port02 (1.3.2); FILE ADDED (diff)
downloadcore-b250d91dcc4dc062ab1062cbbf09e7f48b831534.tar.gz
core-b250d91dcc4dc062ab1062cbbf09e7f48b831534.zip
INTEGRATION: CWS os2port02 (1.5.128); FILE MERGED
2007/09/30 12:08:51 ydario 1.5.128.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'tools')
-rw-r--r--tools/source/stream/strmsys.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/source/stream/strmsys.cxx b/tools/source/stream/strmsys.cxx
index 4430a5959498..56e3448a850c 100644
--- a/tools/source/stream/strmsys.cxx
+++ b/tools/source/stream/strmsys.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: strmsys.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 01:01:47 $
+ * last change: $Author: hr $ $Date: 2007-11-02 13:03:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,4 +40,6 @@
#include "strmwnt.cxx"
#elif defined UNX
#include "strmunx.cxx"
+#elif defined OS2
+#include "strmos2.cxx"
#endif