diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:32:51 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:32:51 +0000 |
commit | 19999753712aa3c20e1c2b24755606985cf60171 (patch) | |
tree | b11d2a99509dddc969e5aee8899bbca3f7e1abc8 /sax/test/saxdemo.cxx | |
parent | 2fa256d68a1a8140d6e47f3043a1f50d713ddd1c (diff) |
INTEGRATION: CWS dbgmacros1 (1.2.44.1.16); FILE MERGED
2003/04/09 16:26:51 kso 1.2.44.1.16.1: #108413# - debug macro unification.
Diffstat (limited to 'sax/test/saxdemo.cxx')
-rw-r--r-- | sax/test/saxdemo.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sax/test/saxdemo.cxx b/sax/test/saxdemo.cxx index 1ad4719b3663..3ec1a1b99c3e 100644 --- a/sax/test/saxdemo.cxx +++ b/sax/test/saxdemo.cxx @@ -2,9 +2,9 @@ * * $RCSfile: saxdemo.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2003-03-26 17:32:45 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:32:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,9 +87,6 @@ #include <vos/dynload.hxx> #include <vos/diagnose.hxx> -#include <assert.h> - - using namespace ::rtl; using namespace ::std; using namespace ::cppu; |