diff options
author | Radek Doulik <rodo@novell.com> | 2012-04-18 15:40:05 +0200 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2012-04-18 15:40:05 +0200 |
commit | 8e92501541dfc374803cde0dec90939cde37348a (patch) | |
tree | a514066e2110148a0e956e6a71b663b19122ada7 /cppcanvas/source | |
parent | 695d82b63dc5e332f5fb9574c8e5f089369dfcd8 (diff) |
added debug message for unsupported cases
Diffstat (limited to 'cppcanvas/source')
-rw-r--r-- | cppcanvas/source/mtfrenderer/emfplus.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx b/cppcanvas/source/mtfrenderer/emfplus.cxx index b5ce68867ab6..d4a99ec5efb4 100644 --- a/cppcanvas/source/mtfrenderer/emfplus.cxx +++ b/cppcanvas/source/mtfrenderer/emfplus.cxx @@ -1447,6 +1447,8 @@ namespace cppcanvas } else { EMFP_DEBUG (printf ("EMF+ DrawImagePoints TODO (fixme)\n")); } + } else { + EMFP_DEBUG (printf ("EMF+ DrawImagePoints TODO (fixme) - possibly unsupported source units for crop rectangle\n")); } break; } |