diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 12:32:59 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:31:56 +0200 |
commit | e5afa5406431a3e8c0358b2c64dd64a3b0c43ef3 (patch) | |
tree | 36a293fecadf068f04b9095fa8800644510edc51 /sw/source | |
parent | 02e14adc6e9b3fe8610a54b0510b896bd4e06629 (diff) |
typo: forground -> foreground
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/html/htmlatr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlatr.cxx b/sw/source/filter/html/htmlatr.cxx index 5f2b3d24f4c6..aba262d1a7e5 100644 --- a/sw/source/filter/html/htmlatr.cxx +++ b/sw/source/filter/html/htmlatr.cxx @@ -1076,7 +1076,7 @@ enum HTMLOnOffState { HTML_NOT_SUPPORTED, // unsupported Attribute HTML_ON_VALUE, // Attribute is On-Tag HTML_OFF_VALUE, // Attribute is Off-Tag HTML_CHRFMT_VALUE, // Attribute for character format - HTML_COLOR_VALUE, // Attribute for forground color + HTML_COLOR_VALUE, // Attribute for foreground color HTML_STYLE_VALUE, // Attribute must be exported as style HTML_DROPCAP_VALUE, // DropCap-Attribute HTML_AUTOFMT_VALUE }; // Attribute for automatic character styles |