From 6a0004acba8df20fb5132874feb0b8b7457eea58 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Fri, 1 Aug 2008 23:49:35 +0000 Subject: Removed superfluous copyFile from Text/Pandoc/ODT.hs. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1367 788f1e2b-df1e-0410-8736-df70ead52e1b --- Text/Pandoc/ODT.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'Text') 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 -- cgit v1.2.3