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

Jens Carl j.carl43 at gmx.de
Wed May 10 09:25:51 UTC 2017


 sw/source/filter/ww8/wrtww8.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6c27723143cc38219b9b5bb79568f34a427a8b8b
Author: Jens Carl <j.carl43 at gmx.de>
Date:   Wed May 10 03:11:30 2017 +0000

    tdf#39468: Translate German comment in sw/source/filter/ww8/wrtww8.hxx
    
    Change-Id: I89c5a835b1b896888821423e67e5fb3e73a31916
    Reviewed-on: https://gerrit.libreoffice.org/37452
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx
index 99e130cc3a41..73b134eba59f 100644
--- a/sw/source/filter/ww8/wrtww8.hxx
+++ b/sw/source/filter/ww8/wrtww8.hxx
@@ -454,7 +454,7 @@ public:
     OUString m_aMainStg;
     std::vector<const SwTOXType*> m_aTOXArr;
     const SfxItemSet* m_pISet;    // for double attributes
-    WW8_WrPct*  m_pPiece;         // Pointer auf Piece-Table
+    WW8_WrPct*  m_pPiece;         // Pointer to Piece-Table
     SwNumRuleTable* m_pUsedNumTable;  // all used NumRules
     const SwTextNode *m_pTopNodeOfHdFtPage; ///< Top node of host page when in hd/ft
     std::map< sal_uInt16, sal_uInt16 > m_aRuleDuplicates; //map to Duplicated numrules


More information about the Libreoffice-commits mailing list