summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-03-23 13:49:17 +0100
committerTor Lillqvist <tlillqvist@suse.com>2013-04-25 16:16:42 +0300
commit5e2dbf1afbf50752e2a47a28afc9f4c68cccf12f (patch)
tree47ffac452935d439e85816bf7b36ca7a5ba30805 /svx
parent90469529681c3217dab900c8983f717fb557fc5e (diff)
drop nonsensical warning
Signed-off-by: Tor Lillqvist <tlillqvist@suse.com> (cherry picked from commit 85dc7b010ac8e6d6ab0ac214ea6651cbe7598cf1) 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 35b89c0b9b16..1d8a83349bbe 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!)