summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2011-06-09 11:07:07 +0200
committerMiklos Vajna <vmiklos@frugalware.org>2011-06-09 11:07:49 +0200
commita0d68274b6775a0845890cc771ff4101b4e558dd (patch)
treef39cdb4d0efa578e974590e8de8e8f640d1d1968
parent1c7f95b96026abee15519a0e57e8e41f0ce87a4f (diff)
RTF: export SVX_NUM_NUMBER_NONE
-rw-r--r--sw/source/filter/ww8/rtfattributeoutput.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx
index 96e8aa098fff..24a49c582967 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 );