diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-10 22:45:37 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 09:37:03 +0200 |
commit | 7f0f574d7a1ec96f25c017f0576b930e0ff715d8 (patch) | |
tree | ff646f6353fdcffd01d391489fbd49c5d9562078 /sw/inc/hints.hxx | |
parent | c8e70f970a9b80323e9274880a135143accbb621 (diff) |
Fix typos
Change-Id: Ib6b4f091e56e047968b2ad9b575aff2c81558635
Reviewed-on: https://gerrit.libreoffice.org/77254
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/inc/hints.hxx')
-rw-r--r-- | sw/inc/hints.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx index ca5f211e28cb..29cc96a3b90e 100644 --- a/sw/inc/hints.hxx +++ b/sw/inc/hints.hxx @@ -187,7 +187,7 @@ public: SwDocPosUpdate( const SwTwips nDocPos ); }; -/// SwTableFormulaUpdate is sent when the table has to be newly calculated or when a table itself is merged or splitted +/// SwTableFormulaUpdate is sent when the table has to be newly calculated or when a table itself is merged or split enum TableFormulaUpdateFlags { TBL_CALC = 0, TBL_BOXNAME, TBL_BOXPTR, @@ -204,7 +204,7 @@ public: const OUString* pNewTableNm; ///< Split: the name of the new table } m_aData; SwHistory* m_pHistory; - sal_uInt16 m_nSplitLine; ///< Split: from this BaseLine on will be splitted + sal_uInt16 m_nSplitLine; ///< Split: from this BaseLine on will be split TableFormulaUpdateFlags m_eFlags; bool m_bModified : 1; bool m_bBehindSplitLine : 1; |