summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-10-30 05:51:08 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-10-30 08:41:59 +0100
commit702c4775fc4e011220bf2356d4ee2ca561ff5487 (patch)
tree5ddfbc86a6e09a31ffe3312baa48556bcf39ac20 /sw
parent64e34917e79c4690e923f28a6a316cc41e3bab4d (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')
-rw-r--r--sw/inc/redline.hxx2
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 );