diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2020-07-07 13:01:40 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-07-07 17:10:03 +0200 |
commit | e596785580cbc7e8f4055ae495de48e6ecd0c022 (patch) | |
tree | cafd9d9688cbb171899678dea0095b5406250c8a /sw/inc | |
parent | b9d93fc47b2489764e251a11572fccef872df4e9 (diff) |
Typo: pargraph->paragraph
Change-Id: I7749951d829eb8aaeacdca0fd66d41cf9d6a1613
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98251
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/shellio.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx index 8d1b4776c828..dd6183444fe8 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -417,7 +417,7 @@ public: bool m_bASCII_ParaAsBlank : 1; bool m_bASCII_NoLastLineEnd : 1; bool m_bUCS2_WithStartChar : 1; - bool m_bExportPargraphNumbering : 1; + bool m_bExportParagraphNumbering : 1; bool m_bBlock : 1; bool m_bOrganizerMode : 1; |