diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-11 12:37:06 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-11 12:37:06 +0100 |
commit | e7bcea66a583f67095cb51c1a7a8ab0a49cb493d (patch) | |
tree | 07525817da22d2bd84b342f0363c900a801f53ca /sw | |
parent | 8d7cc6792aa84003e5f2e09c1f1baa7657de9621 (diff) |
Fix operator + ADL
Change-Id: I141359a978d8547be157d4fba851506a9a1c9041
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/attr/format.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/attr/format.cxx b/sw/source/core/attr/format.cxx index 7463ed8199eb..d38cbca53114 100644 --- a/sw/source/core/attr/format.cxx +++ b/sw/source/core/attr/format.cxx @@ -223,7 +223,7 @@ SwFmt::~SwFmt() SwFmt* pParentFmt = DerivedFrom(); if( !pParentFmt ) { - OSL_FAIL("~SwFmt: parent format missing from: " + GetName() ); + OSL_FAIL("~SwFmt: parent format missing from: " + OUString(GetName()) ); } else { |