diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-22 23:19:30 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-22 23:19:30 +0100 |
commit | e8064be685b17ae972aee2b0e07aa4e16763fb52 (patch) | |
tree | 463a4dbd575bb6cf57a37951cd7ad2186d74c2ab /sw | |
parent | f8f0327e0fa69e7c6b03117dd6e39f4da2030434 (diff) |
Typo: aditional->additional
Change-Id: I7db230949a97da28c60101d8cce1e30fbc08535c
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/lineinfo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/lineinfo.hxx b/sw/inc/lineinfo.hxx index a52a02922f34..f5a6f3c22a92 100644 --- a/sw/inc/lineinfo.hxx +++ b/sw/inc/lineinfo.hxx @@ -38,7 +38,7 @@ class SW_DLLPUBLIC SwLineNumberInfo : public SwClient /**< purpose of derivation character style for displaying the numbers. */ { SvxNumberType aType; ///< e.g. roman linenumbers - OUString aDivider; ///< String for aditional interval (vert. lines user defined) + OUString aDivider; ///< String for additional interval (vert. lines user defined) sal_uInt16 nPosFromLeft; ///< Position for paint sal_uInt16 nCountBy; ///< Paint only for every n line sal_uInt16 nDividerCountBy; /**< Interval for display of an user defined |