summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-03-23 13:49:17 +0100
committerDavid Tardon <dtardon@redhat.com>2013-03-24 14:35:53 +0100
commit85dc7b010ac8e6d6ab0ac214ea6651cbe7598cf1 (patch)
tree93e26354d790492ffeeb3819802a6890b2804f10 /svx
parent9b9a70ec0a332f26a841575e8bb7bec44b6faa78 (diff)
drop nonsensical warning
Change-Id: I3f63268535bf8ed13a4728ed3eb3528193712e6e
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdobj.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx
index d12d56b5ff84..6f6da7bbbd3a 100644
--- a/svx/source/svdraw/svdobj.cxx
+++ b/svx/source/svdraw/svdobj.cxx
@@ -2932,7 +2932,6 @@ void SdrObject::impl_setUnoShape( const uno::Reference< uno::XInterface >& _rxUn
{
if ( !xOldUnoShape.is() )
{
- SAL_WARN_IF( mpSvxShape, "svx.sdr", "SdrObject::impl_setUnoShape: still having impl. pointer to dead object!" );
// make sure there is no stale impl. pointer if the UNO
// shape was destroyed meanwhile (remember we only hold weak
// reference to it!)