sw/inc/redline.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 702c4775fc4e011220bf2356d4ee2ca561ff5487
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Oct 30 05:51:08 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Oct 30 08:41:59 2023 +0100

    Fix typo
    
    Change-Id: I0ea74d87f66554cedf1b1bff86e58bb3e78a3010
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158634
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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 );

Reply via email to