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

List:       kde-commits
Subject:    branches/work/koffice-essen/filters/libmsooxml
From:       Carlos Licea <carlos_licea () hotmail ! com>
Date:       2010-12-04 23:52:13
Message-ID: 20101204235213.93634AC8AB () svn ! kde ! org
[Download RAW message or body]

SVN commit 1203641 by clicea:

Those are namespace-less attributes.

 M  +7 -7      MsooXmlDrawingReaderTableImpl.h  


--- branches/work/koffice-essen/filters/libmsooxml/MsooXmlDrawingReaderTableImpl.h #1203640:1203641
@@ -97,31 +97,31 @@
     READ_PROLOGUE
 
     const QXmlStreamAttributes attrs(attributes());
-    TRY_READ_ATTR(bandCol)
+    TRY_READ_ATTR_WITHOUT_NS(bandCol)
     if(MSOOXML::Utils::convertBooleanAttr(bandCol)) {
         m_activeRoles |= MSOOXML::TableStyleInstanceProperties::ColumnBanded;
     }
-    TRY_READ_ATTR(bandRow)
+    TRY_READ_ATTR_WITHOUT_NS(bandRow)
     if(MSOOXML::Utils::convertBooleanAttr(bandRow)) {
         m_activeRoles |= MSOOXML::TableStyleInstanceProperties::RowBanded;
     }
-    TRY_READ_ATTR(firstCol)
+    TRY_READ_ATTR_WITHOUT_NS(firstCol)
     if(MSOOXML::Utils::convertBooleanAttr(firstCol)) {
         m_activeRoles |= MSOOXML::TableStyleInstanceProperties::FirstCol;
     }
-    TRY_READ_ATTR(firstRow)
+    TRY_READ_ATTR_WITHOUT_NS(firstRow)
     if(MSOOXML::Utils::convertBooleanAttr(firstRow)) {
         m_activeRoles |= MSOOXML::TableStyleInstanceProperties::FirstRow;
     }
-    TRY_READ_ATTR(lastCol)
+    TRY_READ_ATTR_WITHOUT_NS(lastCol)
     if(MSOOXML::Utils::convertBooleanAttr(lastCol)) {
         m_activeRoles |= MSOOXML::TableStyleInstanceProperties::FirstCol;
     }
-    TRY_READ_ATTR(lastRow)
+    TRY_READ_ATTR_WITHOUT_NS(lastRow)
     if(MSOOXML::Utils::convertBooleanAttr(lastCol)) {
         m_activeRoles |= MSOOXML::TableStyleInstanceProperties::LastCol;
     }
-//     TRY_READ_ATTR(rtl)
+//     TRY_READ_ATTR_WITHOUT_NS(rtl)
 
     while (!atEnd()) {
         readNext();
[prev in list] [next in list] [prev in thread] [next in thread] 

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