[Libreoffice-commits] .: sw/source

Miklos Vajna vmiklos at kemper.freedesktop.org
Thu Jun 9 02:13:51 PDT 2011


 sw/source/filter/ww8/rtfattributeoutput.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 036c4a34acdfae012880a0e67d76c8375332c54a
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Thu Jun 9 11:07:07 2011 +0200

    RTF: export SVX_NUM_NUMBER_NONE

diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx
index 23ba24f..5c52d4c 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.cxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.cxx
@@ -1351,6 +1351,7 @@ void RtfAttributeOutput::NumberingLevel( sal_uInt8 nLevel,
 
         case SVX_NUM_BITMAP:
         case SVX_NUM_CHAR_SPECIAL:                  nVal = 23;      break;
+        case SVX_NUM_NUMBER_NONE:                   nVal = 255;     break;
     }
     m_rExport.Strm() << OOO_STRING_SVTOOLS_RTF_LEVELNFC;
     m_rExport.OutULong( nVal );


More information about the Libreoffice-commits mailing list