summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-10 11:49:30 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-10 11:49:30 +0000
commit521f05693a124b2e5360f957ca2d018a5a05483f (patch)
treeb7efb603e21b9c20650452493debabce0a272272
parentc93836ba963bf533d6f574968a0a2c6f68c59598 (diff)
INTEGRATION: CWS xmlfilter02 (1.164.36); FILE MERGED
2007/10/31 15:35:15 sj 1.164.36.1: #i78345# setPropertyValues: no longer asserting unknown properties
-rw-r--r--svx/source/unodraw/unoshape.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 125ff411f8f9..891bd6a05ab4 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unoshape.cxx,v $
*
- * $Revision: 1.164 $
+ * $Revision: 1.165 $
*
- * last change: $Author: vg $ $Date: 2007-08-28 13:45:51 $
+ * last change: $Author: obo $ $Date: 2008-01-10 12:49:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -3016,7 +3016,6 @@ void SAL_CALL SvxShape::setPropertyValues( const ::com::sun::star::uno::Sequence
catch( beans::UnknownPropertyException& e )
{
(void)e;
- DBG_ERROR("svx::SvxShape::setPropertyValues(), unknown property!" );
}
catch( uno::Exception& ex )
{
@@ -3039,7 +3038,6 @@ void SAL_CALL SvxShape::setPropertyValues( const ::com::sun::star::uno::Sequence
catch( beans::UnknownPropertyException& e )
{
(void)e;
- DBG_ERROR("svx::SvxShape::setPropertyValues(), unknown property!" );
}
catch( uno::Exception& ex )
{