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

List:       kde-commits
Subject:    koffice
From:       Carlos Licea <carlos_licea () hotmail ! com>
Date:       2010-07-22 6:49:55
Message-ID: 20100722064955.9F0C5AC80E () svn ! kde ! org
[Download RAW message or body]

SVN commit 1152934 by clicea:

Ops, fix namespaces and tag's names.

 M  +2 -2      filters/kpresenter/pptx/PptxXmlCommentsReader.cpp  
 M  +1 -1      libs/odf/KoOdfWriteStore.cpp  


--- trunk/koffice/filters/kpresenter/pptx/PptxXmlCommentsReader.cpp #1152933:1152934
@@ -74,7 +74,7 @@
 void PptxXmlCommentsReader::saveOdfComments()
 {
     for(int i = 0; i < d->currentComment; ++i) {
-        body->startElement("oficeooo:annotation"); //TODO replace with standarized element name
+        body->startElement("officeooo:annotation"); //TODO replace with standarized element name
 
         QPoint position = d->positions.value(i);
         body->addAttribute("svg:x", position.x());
@@ -92,7 +92,7 @@
         body->addTextSpan(d->texts.value(i));
         body->endElement();//text:p
 
-        body->endElement();//oficeooo:annotation
+        body->endElement();//officeooo:annotation
     }
 }
 
--- trunk/koffice/libs/odf/KoOdfWriteStore.cpp #1152933:1152934
@@ -107,7 +107,7 @@
         writer->addAttribute("xmlns:anim", KoXmlNS::anim);
         writer->addAttribute("xmlns:smil", KoXmlNS::smil);
         writer->addAttribute("xmlns:koffice", KoXmlNS::koffice);
-        writer->addAttribute("xmlns:oooffice", KoXmlNS::officeooo);
+        writer->addAttribute("xmlns:officeooo", KoXmlNS::officeooo);
     }
     writer->addAttribute("office:version", "1.2");
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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