diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:54:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:54:49 +0000 |
commit | ba88cbd1139b17485893dd170e3cc37526ca6fd4 (patch) | |
tree | 4e2e51c43de3a12761551419bfd019626063f9f8 /basctl | |
parent | 39eb955e8f1b4cc92d36ba6eb1e383e63f434ae9 (diff) |
INTEGRATION: CWS os2port02 (1.42.12); FILE MERGED
2007/10/04 19:44:28 ydario 1.42.12.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2.cxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx index 78756da39636..6cf70039d532 100644 --- a/basctl/source/basicide/baside2.cxx +++ b/basctl/source/basicide/baside2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: baside2.cxx,v $ * - * $Revision: 1.43 $ + * $Revision: 1.44 $ * - * last change: $Author: kz $ $Date: 2007-10-09 15:21:22 $ + * last change: $Author: hr $ $Date: 2007-11-02 12:54:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -102,11 +102,6 @@ #include <unotools/textsearch.hxx> #include <tools/diagnose_ex.h> -//#ifdef OS2 -//#define INCL_DOSPROCESS -//#include <sysdep.hxx> -//#endif - using namespace ::com::sun::star; using namespace ::com::sun::star::uno; |