summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-06-12 16:06:48 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-06-12 16:50:42 +0200
commit4f439ac8d52d2f9736332591909b6f0d5238e6fb (patch)
tree16ba0cc76a19cac19ffe32c3215647c37c89b858 /sw
parent9c8bfcb2aa1723b67d1b4f0ec7c3b6a80562de09 (diff)
Fix typo
Change-Id: I80cdffc91086cfa06125d3399c4b896de3836e65 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168743 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/IDocumentContentOperations.hxx2
1 files changed, 1 insertions, 1 deletions
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
{