diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-02-09 16:06:31 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-02-09 19:41:50 +0100 |
commit | bcf265037f9541ffce7eaa9e989ef76488b395ad (patch) | |
tree | 187793fe0e780fcf8fe3cc3ddee04b40ffb139b3 /sw/source | |
parent | 08036972a770f9f48dc4f9695b90edee0eba6c85 (diff) |
Fix typo
Change-Id: Ice5f07206708b688f76110fab996717118f95d0d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88339
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/docnode/node.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/docnode/node.cxx b/sw/source/core/docnode/node.cxx index 7a4b5db8d506..85076e5b024e 100644 --- a/sw/source/core/docnode/node.cxx +++ b/sw/source/core/docnode/node.cxx @@ -1617,7 +1617,7 @@ bool SwContentNode::ResetAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 ) else nDel = AttrSetHandleHelper::ClearItem_BC( mpAttrSet, *this, nWhich1, nWhich2, nullptr, nullptr ); - if( !GetpSwAttrSet()->Count() ) // Empt? Delete + if( !GetpSwAttrSet()->Count() ) // Empty? Delete mpAttrSet.reset(); return 0 != nDel; } |