[poppler] poppler/glib: poppler-action.cc, 1.5, 1.6 poppler-document.cc, 1.29, 1.30

Albert Astals Cid aacid at freedesktop.org
Wed Jan 18 14:32:15 PST 2006


Update of /cvs/poppler/poppler/glib
In directory gabe:/tmp/cvs-serv28869/glib

Modified Files:
	poppler-action.cc poppler-document.cc 
Log Message:
Brad patch for embedded document extraction, only has Qt4 bindings for now, needs Qt3 and glib work


Index: poppler-action.cc
===================================================================
RCS file: /cvs/poppler/poppler/glib/poppler-action.cc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- poppler-action.cc	31 Dec 2005 02:10:33 -0000	1.5
+++ poppler-action.cc	18 Jan 2006 22:32:13 -0000	1.6
@@ -182,7 +182,7 @@
 		 LinkGoTo        *link)
 {
 	LinkDest *link_dest;
-	GooString *named_dest;
+	UGooString *named_dest;
 
 	/* Return if it isn't OK */
 	if (! link->isOk ()) {

Index: poppler-document.cc
===================================================================
RCS file: /cvs/poppler/poppler/glib/poppler-document.cc,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- poppler-document.cc	31 Dec 2005 02:10:33 -0000	1.29
+++ poppler-document.cc	18 Jan 2006 22:32:13 -0000	1.30
@@ -28,6 +28,7 @@
 #include <Stream.h>
 #include <FontInfo.h>
 #include <PDFDocEncoding.h>
+#include <UGooString.h>
 
 #include "poppler.h"
 #include "poppler-private.h"



More information about the poppler mailing list