diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-04-13 22:30:54 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-04-13 22:30:54 +0000 |
| commit | 2f1f98d94547f71986d6ee019e9bba2b2c642106 (patch) | |
| tree | 1c85768f449657c1ee9d98b5e5a30073e8eb96cc /src/extension/internal/odf.h | |
| parent | More WIP. Got all of the files generated. Now just work on content.xml to g... (diff) | |
| download | inkscape-2f1f98d94547f71986d6ee019e9bba2b2c642106.tar.gz inkscape-2f1f98d94547f71986d6ee019e9bba2b2c642106.zip | |
Added meta-info stub
(bzr r514)
Diffstat (limited to 'src/extension/internal/odf.h')
| -rw-r--r-- | src/extension/internal/odf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extension/internal/odf.h b/src/extension/internal/odf.h index 250b807d5..e1cf133db 100644 --- a/src/extension/internal/odf.h +++ b/src/extension/internal/odf.h @@ -185,6 +185,8 @@ private: bool writeManifest(ZipFile &zf); + bool writeMeta(ZipFile &zf); + bool writeStyle(Writer &outs); bool writeTree(Writer &outs, Inkscape::XML::Node *node); |
