summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2012-04-18 15:40:05 +0200
committerRadek Doulik <rodo@novell.com>2012-04-18 15:40:05 +0200
commit8e92501541dfc374803cde0dec90939cde37348a (patch)
treea514066e2110148a0e956e6a71b663b19122ada7 /cppcanvas
parent695d82b63dc5e332f5fb9574c8e5f089369dfcd8 (diff)
added debug message for unsupported cases
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/source/mtfrenderer/emfplus.cxx2
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;
}