diff options
author | Christian Lippka <cl@openoffice.org> | 2001-10-26 08:59:04 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-10-26 08:59:04 +0000 |
commit | 25f321bf766d2b7a2ce6f48c0e9acc7470b0e08e (patch) | |
tree | f6034bee5e8d1698966a451e2ebf474a2ccdbd3a /xmloff | |
parent | df6ba7220c71b324a3e11eefee50bf839ccc5fb3 (diff) |
#93676# removed not needed assertion
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/ximpshap.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index 7fff698bfb53..6aaa9ebbeb08 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ximpshap.cxx,v $ * - * $Revision: 1.64 $ + * $Revision: 1.65 $ * - * last change: $Author: cl $ $Date: 2001-09-28 14:29:19 $ + * last change: $Author: cl $ $Date: 2001-10-26 09:59:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -715,7 +715,6 @@ void SdXMLShapeContext::SetLayer() catch( uno::Exception e ) { } - DBG_ERROR( "could not attach shape to layer!" ); } } |