summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/odf.h
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2014-02-26 15:31:28 +0000
committerMartin Owens <doctormo@gmail.com>2014-02-26 15:31:28 +0000
commit6f844ef457690c841b0be91d70b1e54b61c04812 (patch)
tree27cdbafb97c10e43b051f0d1c12fb2a14193907f /src/extension/internal/odf.h
parentMerge from trunk (diff)
downloadinkscape-6f844ef457690c841b0be91d70b1e54b61c04812.tar.gz
inkscape-6f844ef457690c841b0be91d70b1e54b61c04812.zip
Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ziptool to utils.
(bzr r13047.1.5)
Diffstat (limited to 'src/extension/internal/odf.h')
-rw-r--r--src/extension/internal/odf.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/extension/internal/odf.h b/src/extension/internal/odf.h
index 6b915e347..f8712d5eb 100644
--- a/src/extension/internal/odf.h
+++ b/src/extension/internal/odf.h
@@ -23,18 +23,16 @@
#ifndef EXTENSION_INTERNAL_ODG_OUT_H
#define EXTENSION_INTERNAL_ODG_OUT_H
-#include <dom/dom.h>
#include <io/stringstream.h>
-#include <dom/uri.h>
+#include <util/ziptool.h>
#include "extension/implementation/implementation.h"
#include <xml/repr.h>
-
#include <string>
#include <map>
-#include <dom/util/ziptool.h>
+#include "uri.h"
#include "sp-item.h"
#include <glibmm/ustring.h>
@@ -46,7 +44,6 @@ namespace Extension
namespace Internal
{
-typedef org::w3c::dom::URI URI;
typedef Inkscape::IO::Writer Writer;
class StyleInfo
@@ -279,7 +276,7 @@ public:
private:
- URI documentUri;
+ Inkscape::URI documentUri;
void reset();