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

List:       kde-commits
Subject:    KOFFICE_1_3_BRANCH: koffice/filters/kword/oowriter
From:       Laurent Montel <montel () kde ! org>
Date:       2004-04-04 8:05:18
Message-ID: 20040404080518.C1CEF99F5 () office ! kde ! org
[Download RAW message or body]

CVS commit by mlaurent: 

Fix compile


  M +1 -1      oowriterimport.cc   1.56.2.30


--- koffice/filters/kword/oowriter/oowriterimport.cc  #1.56.2.29:1.56.2.30
@@ -1548,5 +1548,5 @@ void OoWriterImport::writeLayout( QDomDo
         if ( m_styleStack.hasAttribute( "fo:keep-with-next" ) ) { // 3.11.31 (the \
                doc said style:keep-with-next but DV said it's wrong)
             // OASIS spec says it's "auto"/"always", not a boolean. Not sure which \
                one OO uses.
-            QString val = context.styleStack().attribute( "fo:keep-with-next" );
+            QString val = m_styleStack.attribute( "fo:keep-with-next" );
             pageBreak.setAttribute("keepWithNext", ( val == "true" || val == \
"always" ) ? "true" : "false");  }


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

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