From 5fc373d518344e738a735a2d0c08fdf8273623e1 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 27 May 2002 21:43:07 +0000 Subject: [PATCH] initialize the xref field. --- pdf2swf/SWFOutputDev.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdf2swf/SWFOutputDev.cc b/pdf2swf/SWFOutputDev.cc index 5c21a98..0357f50 100644 --- a/pdf2swf/SWFOutputDev.cc +++ b/pdf2swf/SWFOutputDev.cc @@ -1527,6 +1527,7 @@ void pdfswf_init(char*filename, char*userPassword) output = new SWFOutputDev(); + output->startDoc(doc->getXRef()); } void pdfswf_drawonlyshapes() -- 1.7.10.4