diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-10-30 05:51:08 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-10-30 08:41:59 +0100 |
commit | 702c4775fc4e011220bf2356d4ee2ca561ff5487 (patch) | |
tree | 5ddfbc86a6e09a31ffe3312baa48556bcf39ac20 /sw/inc/redline.hxx | |
parent | 64e34917e79c4690e923f28a6a316cc41e3bab4d (diff) |
Fix typo
Change-Id: I0ea74d87f66554cedf1b1bff86e58bb3e78a3010
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158634
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/inc/redline.hxx')
-rw-r--r-- | sw/inc/redline.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx index a82c785ee58f..c54b7d5d8380 100644 --- a/sw/inc/redline.hxx +++ b/sw/inc/redline.hxx @@ -95,7 +95,7 @@ class SW_DLLPUBLIC SwRedlineData RedlineType m_eType; sal_uInt16 m_nSeqNo; bool m_bAutoFormat; - sal_uInt32 m_nMovedID; // 0 == not moved, 1 == moved, but dont have its pair, 2+ == unique ID + sal_uInt32 m_nMovedID; // 0 == not moved, 1 == moved, but don't have its pair, 2+ == unique ID public: SwRedlineData( RedlineType eT, std::size_t nAut, sal_uInt32 nMoveID = 0 ); |