From 8c10286ed99c0e8682c7563282a06da11cf136b2 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Thu, 7 Nov 2013 22:32:11 +0100 Subject: historically this svg was in svg namespace Change-Id: If0eeb76c1ebb9e264b58c3597884b0370b74106f --- src/conv/svg/vsd2xhtml.cpp | 2 +- src/conv/svg/vss2xhtml.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conv/svg/vsd2xhtml.cpp b/src/conv/svg/vsd2xhtml.cpp index e21a477..74fb06b 100644 --- a/src/conv/svg/vsd2xhtml.cpp +++ b/src/conv/svg/vsd2xhtml.cpp @@ -78,7 +78,7 @@ int main(int argc, char *argv[]) } librevenge::RVNGStringVector output; - librevenge::RVNGSVGDrawingGenerator generator(output, ""); + librevenge::RVNGSVGDrawingGenerator generator(output, "svg"); if (!libvisio::VisioDocument::parse(&input, &generator)) { std::cerr << "ERROR: SVG Generation failed!" << std::endl; diff --git a/src/conv/svg/vss2xhtml.cpp b/src/conv/svg/vss2xhtml.cpp index b96b639..5af2a05 100644 --- a/src/conv/svg/vss2xhtml.cpp +++ b/src/conv/svg/vss2xhtml.cpp @@ -78,7 +78,7 @@ int main(int argc, char *argv[]) } librevenge::RVNGStringVector output; - librevenge::RVNGSVGDrawingGenerator generator(output, ""); + librevenge::RVNGSVGDrawingGenerator generator(output, "svg"); if (!libvisio::VisioDocument::parseStencils(&input, &generator)) { std::cerr << "ERROR: SVG Generation failed!" << std::endl; -- cgit v1.2.3