Two line patch to properly handle style definition through cs keyword.

Please commit.

Matti
Index: ie_imp_RTF.cpp
===================================================================
RCS file: /cvsroot/abi/src/wp/impexp/xp/ie_imp_RTF.cpp,v
retrieving revision 1.101
diff -c -r1.101 ie_imp_RTF.cpp
*** ie_imp_RTF.cpp      2001/09/18 03:33:21     1.101
--- ie_imp_RTF.cpp      2001/09/19 19:46:55
***************
*** 2521,2526 ****
--- 2521,2531 ----
                {
                        return _appendField ("page_number");
                }
+               else if (strcmp((char*)pKeyword, "cs")==0)
+               {
+                       m_currentRTFState.m_paraProps.m_styleNumber = param;
+                       return true;
+               }
                break;
  
        case 'd':

Reply via email to