diff options
author | Warren Toomey <wkt@tuhs.org> | 2008-09-29 21:14:40 +0200 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2008-09-29 22:52:41 +0200 |
commit | 268d803c9dd67b7f78f8dcdc3c7653c8b2c2d08f (patch) | |
tree | 9990a209bdcc5dc2b9dfc14fe4c7964ef47904c8 /utils | |
parent | a29984ab777c64a1cb286b667a6a91ad9b191f40 (diff) |
Let HmtlOutputDev process images
Diffstat (limited to 'utils')
-rw-r--r-- | utils/HtmlOutputDev.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/HtmlOutputDev.h b/utils/HtmlOutputDev.h index 8d090c8a..e42146b5 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@kde.org> +// Copyright (C) 2008 Warren Toomey <wkt@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 |