summaryrefslogtreecommitdiff
path: root/sd
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
parent07c60c8ee2d1465544a6a39e57bc06b3690b8dfb (diff)
typo: attribut -> attribute
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/html/htmlex.cxx2
-rw-r--r--sd/source/ui/view/drviewsi.cxx2
2 files changed, 2 insertions, 2 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=\"\"");
}
diff --git a/sd/source/ui/view/drviewsi.cxx b/sd/source/ui/view/drviewsi.cxx
index 37ca292fe701..b66d2d2919ff 100644
--- a/sd/source/ui/view/drviewsi.cxx
+++ b/sd/source/ui/view/drviewsi.cxx
@@ -145,7 +145,7 @@ void DrawViewShell::AssignFrom3DWindow()
nSId, SFX_CALLMODE_SYNCHRON | SFX_CALLMODE_RECORD, &aItem, 0L );
// Determine if a FILL attribute is set.
- // If not, hard set a fill attribut
+ // If not, hard set a fill attribute
XFillStyle eFillStyle = ITEMVALUE( aSet, XATTR_FILLSTYLE, XFillStyleItem );
if(eFillStyle == XFILL_NONE)
aSet.Put(XFillStyleItem (XFILL_SOLID));