From cf66e5096dd0e074d97ade2d661ea7c64b62e491 Mon Sep 17 00:00:00 2001 From: ishmal Date: Thu, 6 Jul 2006 20:50:05 +0000 Subject: [PATCH] Adjust to account for removal of svglsimpl --- src/dom/work/testodf.cpp | 6 +++--- 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, ""); -- 2.39.5