src/conv/svg/cdr2xhtml.cpp |    2 +-
 src/conv/svg/cmx2xhtml.cpp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 37a7b199f6ea34ea9c4d59a9adfdd736bac28887
Author: Fridrich Å trba <fridrich.st...@bluewin.ch>
Date:   Thu Nov 7 22:33:00 2013 +0100

    historically this svg was in svg namespace
    
    Change-Id: Ie68b6acfbc77b9aa712b9a72caf5ae379d59a19f

diff --git a/src/conv/svg/cdr2xhtml.cpp b/src/conv/svg/cdr2xhtml.cpp
index e8eeb7b..213ee18 100644
--- a/src/conv/svg/cdr2xhtml.cpp
+++ b/src/conv/svg/cdr2xhtml.cpp
@@ -78,7 +78,7 @@ int main(int argc, char *argv[])
   }
 
   librevenge::RVNGStringVector output;
-  librevenge::RVNGSVGDrawingGenerator generator(output, "");
+  librevenge::RVNGSVGDrawingGenerator generator(output, "svg");
   if (!libcdr::CDRDocument::parse(&input, &generator))
   {
     std::cerr << "ERROR: SVG Generation failed!" << std::endl;
diff --git a/src/conv/svg/cmx2xhtml.cpp b/src/conv/svg/cmx2xhtml.cpp
index 9638fd2..13e3f28 100644
--- a/src/conv/svg/cmx2xhtml.cpp
+++ b/src/conv/svg/cmx2xhtml.cpp
@@ -78,7 +78,7 @@ int main(int argc, char *argv[])
   }
 
   librevenge::RVNGStringVector output;
-  librevenge::RVNGSVGDrawingGenerator generator(output, "");
+  librevenge::RVNGSVGDrawingGenerator generator(output, "svg");
   if (!libcdr::CMXDocument::parse(&input, &generator))
   {
     std::cerr << "ERROR: SVG Generation failed!" << std::endl;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to