diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-05-10 03:11:30 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-05-10 11:25:03 +0200 |
commit | 6c27723143cc38219b9b5bb79568f34a427a8b8b (patch) | |
tree | 88ac310db47a60b703f7e020b9215b1463b680be | |
parent | b86a26ff324720f75fdfa3fb4e6db4d88b3b1653 (diff) |
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@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | sw/source/filter/ww8/wrtww8.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |