summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 670c620)
raw | patch | inline | side by side (parent: 670c620)
| author | ishmal <ishmal@users.sourceforge.net> | |
| Thu, 6 Jul 2006 20:50:05 +0000 (20:50 +0000) | ||
| committer | ishmal <ishmal@users.sourceforge.net> | |
| Thu, 6 Jul 2006 20:50:05 +0000 (20:50 +0000) |
| src/dom/work/testodf.cpp | patch | blob | history | |
| src/dom/work/testsvg.cpp | patch | blob | history |
index bf55257b51251541ca392a198f0363023021fb4c..17098d9e63ec2dbb103d0918d5b132c47014cccb 100644 (file)
--- a/src/dom/work/testodf.cpp
+++ b/src/dom/work/testodf.cpp
* 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
-#include "svg/svglsimpl.h"
+#include "lsimpl.h"
#include "io/uristream.h"
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)
--- a/src/dom/work/testsvg.cpp
+++ b/src/dom/work/testsvg.cpp
* 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
-#include "svg/svglsimpl.h"
+#include "lsimpl.h"
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, "");