diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-11 16:25:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-11 16:25:10 +0100 |
commit | 05680f9d5881866629005c88b35dcf39e1488322 (patch) | |
tree | 79f6f1c70dcce30eb6983c61a0a785687a21b9cb /sw | |
parent | c6dfb3825cad9c8f6f87f4afc8fdbc386919e640 (diff) |
Fix previous fix
Change-Id: I0eed9c3ece69af1fde2ab008c166875997a7c54f
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/attr/format.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/source/core/attr/format.cxx b/sw/source/core/attr/format.cxx index d38cbca53114..62297643eaa6 100644 --- a/sw/source/core/attr/format.cxx +++ b/sw/source/core/attr/format.cxx @@ -223,7 +223,9 @@ SwFmt::~SwFmt() SwFmt* pParentFmt = DerivedFrom(); if( !pParentFmt ) { - OSL_FAIL("~SwFmt: parent format missing from: " + OUString(GetName()) ); + SAL_WARN( + "sw.core", + "~SwFmt: parent format missing from: " << GetName() ); } else { |