diff options
| author | Michael Stahl <[email protected]> | 2023-04-28 11:14:20 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-04-28 12:17:22 -0700 |
| commit | 60e72b2542b997b16794bbbe40b9ec69e3eb9380 (patch) | |
| tree | 473cd8128b2fabd8c7a47b8b9c54df861cc95e8b /src | |
| parent | 54c0c494a2967661462a50d0a5fed5da646730fa (diff) | |
Writers.ODT: don't add Configurations2 dir
This empty file is some ancient OOo wart and it's quite pointless here.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Text/Pandoc/Data.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Data.hs b/src/Text/Pandoc/Data.hs index 823ff93a5..0d4828ca2 100644 --- a/src/Text/Pandoc/Data.hs +++ b/src/Text/Pandoc/Data.hs @@ -124,7 +124,6 @@ getDefaultReferenceODT = do "content.xml", "meta.xml", "settings.xml", - "Configurations2/accelerator/current.xml", "META-INF/manifest.xml"] let pathToEntry path = do epochtime <- floor `fmap` getPOSIXTime contents <- (BL.fromChunks . (:[])) `fmap` |
