aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Text/Pandoc/ODT.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Text/Pandoc/ODT.hs b/Text/Pandoc/ODT.hs
index 6c0cca0a9..3e5b2a158 100644
--- a/Text/Pandoc/ODT.hs
+++ b/Text/Pandoc/ODT.hs
@@ -61,7 +61,6 @@ saveOpenDocumentAsODT destinationODTPath sourceDirRelative xml = do
"Windows: See http://gnuwin32.sourceforge.net/packages/zip.htm"
withTempDir "pandoc-odt" $ \tempDir -> do
let tempODT = tempDir </> "reference.odt"
- copyFile "odt-styles/reference.odt" tempODT
B.writeFile tempODT $ B.pack $(contentsOf $ "odt-styles" </> "reference.odt")
createDirectory $ tempDir </> "Pictures"
xml' <- handlePictures tempODT sourceDirRelative xml