Commit cb8cfcf8 authored by Ivan Ilin's avatar Ivan Ilin

fix for previous commit

parent f13cceb4
......@@ -43,7 +43,7 @@
#include <QDomDocument>
#include "core/memcheck.h"
#include "qtlogger.h"
//#include "qtlogger.h"
//tag names definition. Use them everiwhere!
static QString tElement = "element";
......
......@@ -53,7 +53,7 @@
#include "pdf/PDFRenderer.h"
#include "core/memcheck.h"
#include "qtlogger.h"
//#include "qtlogger.h"
const QString UBSvgSubsetAdaptor::nsSvg = "http://www.w3.org/2000/svg";
const QString UBSvgSubsetAdaptor::nsXHtml = "http://www.w3.org/1999/xhtml";
......@@ -2259,9 +2259,9 @@ void UBSvgSubsetAdaptor::UBSvgSubsetWriter::textItemToSvg(UBGraphicsTextItem* it
mXmlWriter.writeEndElement(); //foreignObject
QtLogger::start("/home/ilia/Documents/tmp/10/log.log");
QtLogger::appendl(item->toHtml());
QtLogger::finish();
// QtLogger::start("/home/ilia/Documents/tmp/10/log.log");
// QtLogger::appendl(item->toHtml());
// QtLogger::finish();
}
UBGraphicsTextItem* UBSvgSubsetAdaptor::UBSvgSubsetReader::textItemFromSvg()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment