diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-04-22 23:06:17 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-04-22 23:06:17 +0000 |
| commit | 57191803f3a00a127080529f2db8760c0f3da15e (patch) | |
| tree | 5d819d5d314c0cc9f042354c4b8fc60499282a16 /src/extension/internal/odf.h | |
| parent | native path support (diff) | |
| download | inkscape-57191803f3a00a127080529f2db8760c0f3da15e.tar.gz inkscape-57191803f3a00a127080529f2db8760c0f3da15e.zip | |
Native paths and relative path resolution
(bzr r575)
Diffstat (limited to 'src/extension/internal/odf.h')
| -rw-r--r-- | src/extension/internal/odf.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/extension/internal/odf.h b/src/extension/internal/odf.h index 437148873..01575b491 100644 --- a/src/extension/internal/odf.h +++ b/src/extension/internal/odf.h @@ -34,6 +34,7 @@ #include <dom/dom.h> #include <dom/io/stringstream.h> +#include <dom/uri.h> #include <glib.h> #include "extension/implementation/implementation.h" @@ -47,7 +48,6 @@ #include <dom/util/ziptool.h> #include <dom/io/domstream.h> -typedef org::w3c::dom::io::Writer Writer; namespace Inkscape { @@ -56,6 +56,8 @@ namespace Extension namespace Internal { +typedef org::w3c::dom::URI URI; +typedef org::w3c::dom::io::Writer Writer; class StyleInfo @@ -149,6 +151,8 @@ public: private: + URI documentUri; + /* Style table Uses a two-stage lookup to avoid style duplication. Use like: |
