[Libreoffice-commits] core.git: sw/source

Caolán McNamara caolanm at redhat.com
Sat Aug 8 01:29:12 PDT 2015


 sw/source/filter/ww8/wrtww8.hxx |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit e4eefdcc0c929cee0b0df95a7eb0d271430496a5
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Aug 8 09:25:15 2015 +0100

    do 'TODO wiz 20150807'
    
    Change-Id: I60adb6db2df64f692508ba86c6e87e8e7d0adf4c

diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx
index 917b5f8..365513a 100644
--- a/sw/source/filter/ww8/wrtww8.hxx
+++ b/sw/source/filter/ww8/wrtww8.hxx
@@ -437,9 +437,8 @@ struct MSWordSaveData
     bool bOldFlyFrmAttrs : 1;
     bool bOldStartTOX : 1;
     bool bOldInWriteTOX : 1;
-    // bOutPageDesc does not have to be saved, since it is only not modified
-    // when outputting special texts.
-    /// TODO wiz 20150807: "not modified" -> "modified"? (translated literally)
+    // m_bOutPageDescs does not have to be saved in MSWordExportBase::SaveData
+    // since it is only modified when outputting special texts.
 };
 
 /// Base class for WW8Export and DocxExport


More information about the Libreoffice-commits mailing list