Kaydet (Commit) 7dbaf2b0 authored tarafından Andras Timar's avatar Andras Timar

more verbose debug message from WMFWriter::WriteRecords

Change-Id: Iebdc66d1c994e3702efa5609fb36b5b2b9273c86
Reviewed-on: https://gerrit.libreoffice.org/15217Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarAndras Timar <andras.timar@collabora.com>
üst 91b91488
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <unotools/fontcvt.hxx> #include <unotools/fontcvt.hxx>
#include "emfwr.hxx" #include "emfwr.hxx"
#include <rtl/crc.h> #include <rtl/crc.h>
#include <rtl/strbuf.hxx>
#include <rtl/tencinfo.h> #include <rtl/tencinfo.h>
#include <tools/bigint.hxx> #include <tools/bigint.hxx>
#include <tools/helpers.hxx> #include <tools/helpers.hxx>
...@@ -1630,7 +1631,9 @@ void WMFWriter::WriteRecords( const GDIMetaFile & rMTF ) ...@@ -1630,7 +1631,9 @@ void WMFWriter::WriteRecords( const GDIMetaFile & rMTF )
default: default:
{ {
OSL_FAIL( "Unsupported meta action!" ); OSL_FAIL(OStringBuffer(
"WMFWriter::WriteRecords: unsupported MetaAction #" ).
append(static_cast<sal_Int32>(pMA->GetType())).getStr());
} }
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment