diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 14:58:38 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 14:58:38 +0000 |
commit | a9a4bec5e3dc59e1f2d9a9d146a9525981fe0e78 (patch) | |
tree | ab18c3742071ed28d3995cfaf4758c8ef8e7a5c7 /io | |
parent | 39664064e5fbe7c765077ee4f5aac33f99a14249 (diff) |
INTEGRATION: CWS dbgmacros1 (1.4.20); FILE MERGED
2003/04/09 11:59:00 kso 1.4.20.1: #108413# - debug macro unification.
Diffstat (limited to 'io')
-rw-r--r-- | io/source/stm/opipe.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/io/source/stm/opipe.cxx b/io/source/stm/opipe.cxx index 7909306a6f08..8d6ca8b2616d 100644 --- a/io/source/stm/opipe.cxx +++ b/io/source/stm/opipe.cxx @@ -2,9 +2,9 @@ * * $RCSfile: opipe.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jbu $ $Date: 2002-09-18 10:03:06 $ + * last change: $Author: vg $ $Date: 2003-04-15 15:58:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,7 +73,6 @@ #include <osl/conditn.hxx> #include <osl/mutex.hxx> -#include <assert.h> #include <string.h> using namespace ::rtl; |