utils/HtmlOutputDev.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 268d803c9dd67b7f78f8dcdc3c7653c8b2c2d08f
Author: Warren Toomey <[EMAIL PROTECTED]>
Date: Mon Sep 29 21:14:40 2008 +0200
Let HmtlOutputDev process images
diff --git a/utils/HtmlOutputDev.h b/utils/HtmlOutputDev.h
index 8d090c8..e42146b 100644
--- a/utils/HtmlOutputDev.h
+++ b/utils/HtmlOutputDev.h
@@ -15,6 +15,7 @@
// under GPL version 2 or later
//
// Copyright (C) 2006-2007 Albert Astals Cid <[EMAIL PROTECTED]>
+// Copyright (C) 2008 Warren Toomey <[EMAIL PROTECTED]>
//
// To see a description of the changes please see the Changelog file that
// came with your tarball or type make ChangeLog if you are building from git
@@ -242,7 +243,7 @@ public:
virtual GBool interpretType3Chars() { return gFalse; }
// Does this device need non-text content?
- virtual GBool needNonText() { return gFalse; }
+ virtual GBool needNonText() { return gTrue; }
//----- initialization and control
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler