[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/ksvg2/core (silent)
From:       Nikolas Zimmermann <wildfox () kde ! org>
Date:       2004-12-31 16:35:43
Message-ID: 20041231163543.A6E631BB7F () office ! kde ! org
[Download RAW message or body]

CVS commit by wildfox: 

CVS_SILENT: I forgot these two guys...


  M +3 -3      KSVGDocumentBuilder.cc   1.18
  M +2 -5      Makefile.am   1.6


--- kdenonbeta/ksvg2/core/Makefile.am  #1.5:1.6
@@ -1,9 +1,6 @@
 KDE_CXXFLAGS = $(USE_EXCEPTIONS)
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/ksvg2/dom -I$(top_srcdir)/ksvg2/impl \
-I$(top_srcdir)/ksvg2/events $(all_includes) +INCLUDES = -I$(top_srcdir)/ksvg2 \
-I$(top_srcdir)/ksvg2/dom -I$(top_srcdir)/ksvg2/impl -I$(top_srcdir)/ksvg2/events \
$(all_includes)  
 noinst_LTLIBRARIES = libksvgcore.la
-libksvgcore_la_SOURCES = DocumentFactory.cc KSVGDocumentBuilder.cc
+libksvgcore_la_SOURCES = KSVGDocumentBuilder.cc
 libksvgcore_la_LDFLAGS = $(all_libraries)
-
-myincludedir = $(includedir)/ksvg2/core
-myinclude_HEADERS = DocumentFactory.h 

--- kdenonbeta/ksvg2/core/KSVGDocumentBuilder.cc  #1.17:1.18
@@ -29,8 +29,8 @@
 #include <ksvg2/ecma/SVGLookup.h>
 
+#include "ksvg.h"
 #include "SVGDocumentImpl.h"
-#include "DocumentFactory.h"
 #include "KSVGDocumentBuilder.h"
-#include "SVGDOMImplementation.h"
+#include "SVGDOMImplementationImpl.h"
 
 using namespace KSVG;
@@ -48,5 +48,5 @@ bool DocumentBuilder::startDocument(cons
         kdDebug(26001) << "KSVG::DocumentBuilder::startDocument, uri = " << \
uri.prettyURL() << endl;  
-        setDocument(DocumentFactory::self()->createDocument());
+        setDocument(KDOM::Document(SVGDOMImplementationImpl::self()->createDocument(SVG_NAMESPACE, \
"svg:svg", SVGDOMImplementationImpl::self()->defaultDocumentType(), true)));  return \
KDOM::DocumentBuilder::startDocument(uri);  }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic