[poppler] Branch 'poppler-0.14' - poppler/TextOutputDev.h
Albert Astals Cid
aacid at kemper.freedesktop.org
Thu Aug 26 15:56:34 PDT 2010
poppler/TextOutputDev.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b7a6fb26fc3e83bbf89632f81ef996f42b4f73cf
Author: Albert Astals Cid <aacid at kde.org>
Date: Thu Aug 26 23:55:58 2010 +0100
Make declaration match what there is in the .cc file
diff --git a/poppler/TextOutputDev.h b/poppler/TextOutputDev.h
index cceec20..438aee4 100644
--- a/poppler/TextOutputDev.h
+++ b/poppler/TextOutputDev.h
@@ -14,7 +14,7 @@
// Copyright (C) 2006 Ed Catmur <ed at catmur.co.uk>
// Copyright (C) 2007-2008 Carlos Garcia Campos <carlosgc at gnome.org>
// Copyright (C) 2007 Adrian Johnson <ajohnson at redneon.com>
-// Copyright (C) 2008 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2008, 2010 Albert Astals Cid <aacid at kde.org>
// Copyright (C) 2010 Brian Ewins <brian.ewins at gmail.com>
//
// To see a description of the changes please see the Changelog file that
@@ -579,7 +579,7 @@ private:
~TextPage();
void clear();
- void assignColumns(TextLineFrag *frags, int nFrags, int rot);
+ void assignColumns(TextLineFrag *frags, int nFrags, GBool rot);
int dumpFragment(Unicode *text, int len, UnicodeMap *uMap, GooString *s);
GBool rawOrder; // keep text in content stream order
More information about the poppler
mailing list