diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:32:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:32:59 +0000 |
commit | b7ba3b21d659cb6765dd81a81448fc69b91ea2f9 (patch) | |
tree | 478308cb8f24f471a6a6d8390f3d799daed3dfa0 /sax/test | |
parent | 19999753712aa3c20e1c2b24755606985cf60171 (diff) |
INTEGRATION: CWS dbgmacros1 (1.2.70); FILE MERGED
2003/04/09 16:26:51 kso 1.2.70.1: #108413# - debug macro unification.
Diffstat (limited to 'sax/test')
-rw-r--r-- | sax/test/testcomponent.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sax/test/testcomponent.cxx b/sax/test/testcomponent.cxx index 09b07801bc9e..df2b95eec9b6 100644 --- a/sax/test/testcomponent.cxx +++ b/sax/test/testcomponent.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testcomponent.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jbu $ $Date: 2000-10-13 06:49:10 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:32:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,9 +78,6 @@ #include <vos/dynload.hxx> #include <vos/diagnose.hxx> -#include <assert.h> - - using namespace ::rtl; using namespace ::cppu; using namespace ::com::sun::star::uno; |