diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 08:39:07 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:54 +0200 |
commit | 8d202fa72f024529092b24197f9b5d28d4c1f6d1 (patch) | |
tree | ef784961a076b39f7614b86ded60eb0eb9ae4a98 /xmloff | |
parent | 5833de5cd7ff708978df5e694090e2b13229c989 (diff) |
typo: paramter -> parameter
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtparai.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx index 8bb11885ace8..caef6afda132 100644 --- a/xmloff/source/text/txtparai.cxx +++ b/xmloff/source/text/txtparai.cxx @@ -2028,7 +2028,7 @@ XMLParaContext::~XMLParaContext() xTxtImport->FindOutlineStyleName( sStyleName, nOutlineLevel ); // set style and hard attributes at the previous paragraph - // Add paramter <mbOutlineLevelAttrFound> (#i73509#) + // Add parameter <mbOutlineLevelAttrFound> (#i73509#) sStyleName = xTxtImport->SetStyleAndAttrs( GetImport(), xAttrCursor, sStyleName, true, |