summaryrefslogtreecommitdiff
path: root/poppler/OutputDev.cc
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2011-09-24 11:20:13 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2011-09-24 11:20:13 +0200
commitf62c2f002c782d3a7887525f031d266aca6eb582 (patch)
tree3ca4d18848dc6943160dda78a97beaece124dd1d /poppler/OutputDev.cc
parenta097447ed13cb021003425f85597e2628935feb2 (diff)
xpdf303: Parse ActualText in Gfx instead of output devices
Remove beginMarkedContent and endMarkedcontent and add beginActualText and endActualText. ActualText is parsed in Gfx, that already handles the marked content stack, so that text output dev doesn't need to handle it too. The text string is passed to beginActualText(). This change is not an exact merge of xpdf code, I've tried to keep our implementation.
Diffstat (limited to 'poppler/OutputDev.cc')
-rw-r--r--poppler/OutputDev.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/poppler/OutputDev.cc b/poppler/OutputDev.cc
index 5adc7b87..6adaea54 100644
--- a/poppler/OutputDev.cc
+++ b/poppler/OutputDev.cc
@@ -145,12 +145,6 @@ void OutputDev::drawSoftMaskedImage(GfxState *state, Object *ref, Stream *str,
drawImage(state, ref, str, width, height, colorMap, interpolate, NULL, gFalse);
}
-void OutputDev::endMarkedContent(GfxState *state) {
-}
-
-void OutputDev::beginMarkedContent(char *name, Dict *properties) {
-}
-
void OutputDev::markPoint(char *name) {
}