summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-10-01 15:46:15 +0200
committerjan iversen <jani@documentfoundation.org>2016-10-03 13:47:47 +0000
commit874035190625de4d82d357e61cc5bcf785c7b9fe (patch)
tree9c92f216edc81a44d48bea8d6b269151dbaf33c6 /sw/inc
parent8f9af8dd970d8e2a620beb35a6ce145d65d18df5 (diff)
Fix typos
Change-Id: Ia59d287a015482e9e97b701a6695463a7d235203 Reviewed-on: https://gerrit.libreoffice.org/29439 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/ndtxt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx
index 15f634171706..a1807a1e8f4b 100644
--- a/sw/inc/ndtxt.hxx
+++ b/sw/inc/ndtxt.hxx
@@ -801,7 +801,7 @@ public:
//UUUU Access to DrawingLayer FillAttributes in a preprocessed form for primitive usage
virtual drawinglayer::attribute::SdrAllFillAttributesHelperPtr getSdrAllFillAttributesHelper() const override;
- /// In MS Word, the font underline setting of the paragraph end position wont affect the formatting of numbering, so we ignore it
+ /// In MS Word, the font underline setting of the paragraph end position won't affect the formatting of numbering, so we ignore it
static bool IsIgnoredCharFormatForNumbering(const sal_uInt16 nWhich);
};