From e5afa5406431a3e8c0358b2c64dd64a3b0c43ef3 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 9 Apr 2014 12:32:59 +0200 Subject: [PATCH] typo: forground -> foreground --- sw/source/filter/html/htmlatr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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