~ubuntu-branches/ubuntu/precise/calligra/precise

« back to all changes in this revision

Viewing changes to karbon/common/KarbonDocument.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-03-12 14:34:55 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120312143455-1bmr8gkyhbc2k9jm
Tags: 1:2.3.91-0ubuntu
* New upstream release
* Remove kubuntu_03_cmakelists_update.diff now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
#include <ktemporaryfile.h>
56
56
#include <kdebug.h>
57
57
 
58
 
#include <qdom.h>
 
58
#include <QDomDocument>
59
59
#include <QRectF>
60
60
 
61
61
class KarbonDocument::Private
185
185
    context.xmlWriter().startElement("draw:page");
186
186
    context.xmlWriter().addAttribute("draw:name", "");
187
187
    context.xmlWriter().addAttribute("draw:id", "page1");
 
188
    context.xmlWriter().addAttribute("xml:id", "page1");
188
189
    context.xmlWriter().addAttribute("draw:master-page-name", "Default");
189
190
 
190
191
    foreach(KoShapeLayer * layer, d->layers) {