[poppler] utils/HtmlOutputDev.h

Albert Astals Cid aacid at kemper.freedesktop.org
Mon Sep 29 13:52:51 PDT 2008


 utils/HtmlOutputDev.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 268d803c9dd67b7f78f8dcdc3c7653c8b2c2d08f
Author: Warren Toomey <wkt at tuhs.org>
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 <aacid at kde.org>
+// Copyright (C) 2008 Warren Toomey <wkt at tuhs.org>
 //
 // 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
 


More information about the poppler mailing list