[Libreoffice-commits] .: writerfilter/source

Julien Nabet serval2412 at kemper.freedesktop.org
Thu Sep 8 12:45:22 PDT 2011


 writerfilter/source/rtftok/rtfdocumentimpl.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit ec9f19db9812828ce8c10d90f42ecb989fe2d8aa
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu Sep 8 21:43:22 2011 +0200

    Fix duplicateBreak

diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index 5a0122f..6862c5d 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -1797,7 +1797,6 @@ int RTFDocumentImpl::dispatchFlag(RTFKeyword nKeyword)
         case RTF_PGNLCLTR:
         case RTF_PGNBIDIA:
         case RTF_PGNBIDIB:
-            break;
             // These should be mapped to NS_ooxml::LN_EG_SectPrContents_pgNumType, but dmapper has no API for that at the moment.
             break;
         case RTF_LOCH:


More information about the Libreoffice-commits mailing list