sw/inc/IDocumentContentOperations.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4f439ac8d52d2f9736332591909b6f0d5238e6fb Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jun 12 16:06:48 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 12 16:50:42 2024 +0200 Fix typo Change-Id: I80cdffc91086cfa06125d3399c4b896de3836e65 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168743 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/inc/IDocumentContentOperations.hxx b/sw/inc/IDocumentContentOperations.hxx index 222bf44e794c..ec63dca0bc2b 100644 --- a/sw/inc/IDocumentContentOperations.hxx +++ b/sw/inc/IDocumentContentOperations.hxx @@ -85,7 +85,7 @@ enum class SwDeleteFlags { Default = 0, ArtificialSelection = (1<<0), ///< keyboard delete, artificial selection, avoid deleting flys - DontCompressRedlines = (1<<1) ///< dont call compress redlines while we are loading document + DontCompressRedlines = (1<<1) ///< don't call compress redlines while we are loading document }; namespace o3tl {