diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 08:52:49 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:59 +0200 |
commit | fa1f7d27c11214b836e436b5c8cad63f3097c7ed (patch) | |
tree | f8d6ca3fee4f547a2802c53dda8aab7dabd544f6 /xmloff | |
parent | 07c60c8ee2d1465544a6a39e57bc06b3690b8dfb (diff) |
typo: attribut -> attribute
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/forms/elementexport.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/elementexport.hxx b/xmloff/source/forms/elementexport.hxx index afde7f0db4c5..ed0a89a5fae6 100644 --- a/xmloff/source/forms/elementexport.hxx +++ b/xmloff/source/forms/elementexport.hxx @@ -227,7 +227,7 @@ namespace xmloff */ void exportCellListSourceRange( ); - /** exports the attribut(s) for the ImagePosition property + /** exports the attribute(s) for the ImagePosition property */ void exportImagePositionAttributes(); |