git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cb5bb0
)
initialize the xref field.
author
kramm
<kramm>
Mon, 27 May 2002 21:43:07 +0000
(21:43 +0000)
committer
kramm
<kramm>
Mon, 27 May 2002 21:43:07 +0000
(21:43 +0000)
pdf2swf/SWFOutputDev.cc
patch
|
blob
|
history
diff --git
a/pdf2swf/SWFOutputDev.cc
b/pdf2swf/SWFOutputDev.cc
index
5c21a98
..
0357f50
100644
(file)
--- 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()