summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fcb3736)
raw | patch | inline | side by side (parent: fcb3736)
author | mental <mental@users.sourceforge.net> | |
Mon, 26 Feb 2007 04:58:41 +0000 (04:58 +0000) | ||
committer | mental <mental@users.sourceforge.net> | |
Mon, 26 Feb 2007 04:58:41 +0000 (04:58 +0000) |
src/file.cpp | patch | blob | history |
diff --git a/src/file.cpp b/src/file.cpp
index 521579d69f73775c628135e9911e4422e478d5fb..8f4b2a9c1faf2d9b470c3aba37b12b7185160b6c 100644 (file)
--- a/src/file.cpp
+++ b/src/file.cpp
}
if (doc != NULL) {
- // the import extension has passed us a document, now we need to embed it into our document
- if ( 0 ) {
-// const gchar *docbase = (sp_repr_document_root( sp_repr_document( repr ))->attribute("sodipodi:docbase" );
- g_message(" settings uri [%s]", doc->uri );
- g_message(" base [%s]", doc->base );
- g_message(" name [%s]", doc->name );
- Inkscape::IO::fixupHrefs( doc, doc->base, TRUE );
- g_message(" mid-fixup");
- Inkscape::IO::fixupHrefs( doc, in_doc->base, TRUE );
- }
-
// move imported defs to our document's defs
SPObject *in_defs = SP_DOCUMENT_DEFS(in_doc);
SPObject *defs = SP_DOCUMENT_DEFS(doc);