leginee commented on code in PR #167:
URL: https://github.com/apache/openoffice/pull/167#discussion_r1215191573
##########
main/sw/source/filter/html/swhtml.hxx:
##########
@@ -94,14 +94,14 @@ class _HTMLAttr
SwNodeIndex nSttPara, nEndPara;
xub_StrLen nSttCntnt, nEndCntnt;
sal_Bool bInsAtStart : 1;
- sal_Bool bLikePara : 1; // Attribut ueber dem gesamten Absatz setzen
- sal_Bool bValid : 1; // ist das Attribut gueltig?
+ sal_Bool bLikePara : 1; // Set attribute over the entire paragraph
+ sal_Bool bValid : 1; // is the attribute valid?
SfxPoolItem* pItem;
- sal_uInt16 nCount; // Anzahl noch zu schliessender Attrs
mit einem Wert
- _HTMLAttr *pNext; // noch zu schliessene Attrs mit unterschiedl.
Werten
- _HTMLAttr *pPrev; // bereits geschlossene aber noch nicht gesetze
Attrs
- _HTMLAttr **ppHead; // der Listenkopf
+ sal_uInt16 nCount; // Number of attrs still to be closed
with a value of
+ _HTMLAttr *pNext; // Attrs with different values still to be
closed. Values
Review Comment:
This is awkward too. How about:
`open attrs, with different values`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]