diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-10-13 06:47:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-10-13 06:47:34 +0000 |
commit | 254e65728c5a209783648e0f0e20f11080e17f2b (patch) | |
tree | ed768b63e4d8d38f211b9a78c67e9646f8dea715 /shell/source | |
parent | 37ca5627967da5f0797b868ff986ee58d2732f49 (diff) |
#i10000# OSL_ASSERT(0) removed
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/tools/lngconvex/lngconvex.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx index d552234f7648..a27d809a2bfc 100644 --- a/shell/source/tools/lngconvex/lngconvex.cxx +++ b/shell/source/tools/lngconvex/lngconvex.cxx @@ -2,9 +2,9 @@ * * $RCSfile: lngconvex.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2004-09-14 09:58:43 $ + * last change: $Author: obo $ $Date: 2004-10-13 07:47:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -568,8 +568,6 @@ void inflate_rc_template_to_file( int main(int argc, char* argv[]) { - OSL_ASSERT(0); - try { CommandLine cmdline(argc, argv); |