diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-07-06 20:50:05 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-07-06 20:50:05 +0000 |
| commit | 01062842470c2be65c89d0a33671175ec891ec90 (patch) | |
| tree | c8e0289762b9c3e84b8d195c722e2ed2182e2073 /src | |
| parent | undo last commit. oops (diff) | |
| download | inkscape-01062842470c2be65c89d0a33671175ec891ec90.tar.gz inkscape-01062842470c2be65c89d0a33671175ec891ec90.zip | |
Adjust to account for removal of svglsimpl
(bzr r1369)
Diffstat (limited to 'src')
| -rw-r--r-- | src/dom/work/testodf.cpp | 6 | ||||
| -rw-r--r-- | src/dom/work/testsvg.cpp | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/dom/work/testodf.cpp b/src/dom/work/testodf.cpp index bf55257b5..17098d9e6 100644 --- a/src/dom/work/testodf.cpp +++ b/src/dom/work/testodf.cpp @@ -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, ""); diff --git a/src/dom/work/testsvg.cpp b/src/dom/work/testsvg.cpp index 72850b84b..f3ab46a64 100644 --- a/src/dom/work/testsvg.cpp +++ b/src/dom/work/testsvg.cpp @@ -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, ""); |
