summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-10-26 08:59:04 +0000
committerChristian Lippka <cl@openoffice.org>2001-10-26 08:59:04 +0000
commit25f321bf766d2b7a2ce6f48c0e9acc7470b0e08e (patch)
treef6034bee5e8d1698966a451e2ebf474a2ccdbd3a /xmloff/source
parentdf6ba7220c71b324a3e11eefee50bf839ccc5fb3 (diff)
#93676# removed not needed assertion
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/draw/ximpshap.cxx5
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!" );
}
}