]> git.tokkee.org Git - inkscape.git/commitdiff

Code

Adjust to account for removal of svglsimpl
authorishmal <ishmal@users.sourceforge.net>
Thu, 6 Jul 2006 20:50:05 +0000 (20:50 +0000)
committerishmal <ishmal@users.sourceforge.net>
Thu, 6 Jul 2006 20:50:05 +0000 (20:50 +0000)
src/dom/work/testodf.cpp
src/dom/work/testsvg.cpp

index bf55257b51251541ca392a198f0363023021fb4c..17098d9e63ec2dbb103d0918d5b132c47014cccb 100644 (file)
@@ -10,7 +10,7 @@
  * Authors:
  *   Bob Jamison
  *
- * Copyright (C) 2005 Bob Jamison
+ * Copyright (C) 2005-2006 Bob Jamison
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public
@@ -29,7 +29,7 @@
 
 
 
-#include "svg/svglsimpl.h"
+#include "lsimpl.h"
 #include "io/uristream.h"
 
 
@@ -39,7 +39,7 @@ using namespace org::w3c::dom;
 bool doTest(char *filename)
 {
 
-    svg::SVGDOMImplementationLSImpl domImpl;
+    ls::DOMImplementationLSImpl domImpl;
     ls::LSInput input  = domImpl.createLSInput();
     ls::LSParser &parser = domImpl.createLSParser(0, "");
 
index 72850b84b4abe52950e0cf9790c08c981812ec59..f3ab46a642cb8eeb13c5ea626ebb8dd4461eaa51 100644 (file)
@@ -10,7 +10,7 @@
  * Authors:
  *   Bob Jamison
  *
- * Copyright (C) 2005 Bob Jamison
+ * Copyright (C) 2005-2006 Bob Jamison
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public
@@ -29,7 +29,7 @@
 
 
 
-#include "svg/svglsimpl.h"
+#include "lsimpl.h"
 
 using namespace org::w3c::dom;
 
@@ -37,7 +37,7 @@ using namespace org::w3c::dom;
 bool doTest(char *filename)
 {
 
-    svg::SVGDOMImplementationLSImpl domImpl;
+    ls::DOMImplementationLSImpl domImpl;
     ls::LSInput input  = domImpl.createLSInput();
     ls::LSParser &parser = domImpl.createLSParser(0, "");