summaryrefslogtreecommitdiff
path: root/sd/source/filter
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 08:52:49 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:59 +0200
commitfa1f7d27c11214b836e436b5c8cad63f3097c7ed (patch)
treef8d6ca3fee4f547a2802c53dda8aab7dabd544f6 /sd/source/filter
parent07c60c8ee2d1465544a6a39e57bc06b3690b8dfb (diff)
typo: attribut -> attribute
Diffstat (limited to 'sd/source/filter')
-rw-r--r--sd/source/filter/html/htmlex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/html/htmlex.cxx b/sd/source/filter/html/htmlex.cxx
index a5923240f933..f6619fc68563 100644
--- a/sd/source/filter/html/htmlex.cxx
+++ b/sd/source/filter/html/htmlex.cxx
@@ -2710,7 +2710,7 @@ OUString HtmlExport::CreateImage( const OUString& aImage, const OUString& aAltTe
}
else
{
- // Agerskov: HTML 4.01 has to have an alt attribut even if it is an empty string
+ // Agerskov: HTML 4.01 has to have an alt attribute even if it is an empty string
aStr.append(" alt=\"\"");
}